Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

11 results for “from:Akshit Achara”

[R-pkg-devel] R CMD check warning on Solaris
Akshit Achara · Dec 16, 2020 · r-package-devel

Dear Duncan, Thanks for your detailed answer. Adding a test for checking the pandoc version resolves the issues. That was precisely what I needed. I have also added it to the SystemRequirements field, thanks for the suggestion. Thanks, Akshit Achara...

[R-pkg-devel] How to set an environment variable during package installation?
Akshit Achara · Oct 27, 2020 · r-package-devel

Hi everyone, I have created an R package which depends on a third party library. I need to set an environment variable whose value will be the argument provided by the user during the package installation. Is there any way...

[R-pkg-devel] Package Submission to CRAN
Akshit Achara · Nov 9, 2020 · r-package-devel

Hey everyone, I have created a package rminizinc <https://github.com/acharaakshit/RMiniZinc> that depends on a third party C++ API which is used in some of the Rcpp files. The third party header files need to be present for...

[R-pkg-devel] R CMD check error on Windows
Akshit Achara · Dec 17, 2020 · r-package-devel

Dear Sir, I got this error on rminizinc cran checks <https://cran.r-project.org/web/checks/check_results_rminizinc.html> for r-oldrel-windows-ix86+x86_64: (The package needs to run ./configure.win during installation) exec: /cygdrive/c...

[R-pkg-devel] Package Submission to CRAN
Akshit Achara · Nov 17, 2020 · r-package-devel

Dear Uwe, Thanks for the suggestions, I was able to install my package without the header files or library on the system. Thanks, Akshit Achara On Sat, Nov 14, 2020 at 8:02 PM Uwe Ligges <ligges at statistik.tu...

[R-pkg-devel] R CMD check error on Windows
Akshit Achara · Dec 17, 2020 · r-package-devel

Dear Uwe, Can you please elaborate? I generated the configure script from configure.ac on Linux and copied it's contents to configure.win (changed ~! /bin/sh to #! /bin/bash). Does it cause any quoting issues? Thanks, Akshit Achara On...

[Rcpp-devel] How to retrieve a flag set in Makevars.in or set the flag as a global variable?
Akshit Achara · Aug 15, 2020 · rcpp-devel

I have created an R package(rminizinc <https://github.com/acharaakshit/RMiniZinc>) which uses Rcpp. I have a configure.ac file to set up the paths in my Makevars.in which looks like this: CXX_STD = CXX11 PKG_CPPFLAGS = -I...

[R-pkg-devel] R CMD check error on Windows
Akshit Achara · Dec 17, 2020 · r-package-devel

Dear Uwe, Thank you very much for the explanation. Regards, Akshit Achara On Thu, Dec 17, 2020 at 3:32 PM Uwe Ligges <ligges at statistik.tu-dortmund.de> wrote: > > > On 17.12.2020 10:39, Akshit Achara wrote: > > Dear...

[R-pkg-devel] R CMD check warning on Solaris
Akshit Achara · Dec 15, 2020 · r-package-devel

Hey everyone, I have created a package rminizinc <https://cran.r-project.org/package=rminizinc> which is available on CRAN. I had issues in my configure script as it was only supporting Linux, OSX and Windows and not other Unix...

[R-pkg-devel] How to retrieve a flag set in configure.ac (filled in Makevars.in) during package installation in an R or C++ script ?
Akshit Achara · Aug 15, 2020 · r-package-devel

Hi everyone, Background: The package rminizinc <https://github.com/acharaakshit/RMiniZinc> provides an interface to MiniZinc <https://www.minizinc.org/tutorial/minizinc-tute.pdf> in R. The package provides various functionalities to parse, solve and manipulate MiniZinc models. This is...

[R-pkg-devel] How to retrieve a flag set in configure.ac (filled in Makevars.in) during package installation in an R or C++ script ?
Akshit Achara · Aug 17, 2020 · r-package-devel

Dear Andreas, Thanks for your answer! I also got an answer from Rcpp-devel list by Nik Pocuca. He suggested me to create an .RData or .rda file (say config.RData) in the data folder of my package and then...

Can't find what you're looking for? Try searching with Google .