You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SystemRequirements: GNU make, Intel TBB, Windows: cmd.exe and cscript.exe, Solaris: g++ is required
See WRE -- this is the standard 'out' when one needs or wants a real make binary. There are other ways around it: you can also programmatically create src/Makevars from a src/Makevars.in by relying on a shell script, or R script, or .... saved as file configure (which does not have to be produced by autoconf).
Hi there
The example in the documentation for added RcppParallel to R packages is the following:
https://rcppcore.github.io/RcppParallel/#r_packages
src\Makevars
src\Makevars.win
Question: is this CRAN compatible? The CRAN checks have been cracking down on
+=
and${shell .. }
recently. GNU shell functions are not accepted.https://cran.r-project.org/doc/manuals/R-exts.html#Writing-portable-packages
If the above is not CRAN-acceptable, would it be possible to provide new best standards to the community?
According to the manual:
Thoughts?
Thanks for the help
The text was updated successfully, but these errors were encountered: