On 24 June 2018 at 04:14, Murray Efford wrote:
| My mistake - the SystemRequirements line had been lost from my DESCRIPTION
| file (editing error?). OK and wiser now.
| Sorry for wasting your time.
Oh, not to worry -- we've all been there. Thanks for circling back though!
Dirk
--
http://dirk.
My mistake - the SystemRequirements line had been lost from my DESCRIPTION
file (editing error?). OK and wiser now.
Sorry for wasting your time.
Murray
On Sun, Jun 24, 2018 at 3:59 AM, Murray Efford
wrote:
> Thanks for the advice. It seems that R CMD check (locally and on
> winbuilder) throws th
Thanks for the advice. It seems that R CMD check (locally and on
winbuilder) throws the warning despite having SystemRequirements: GNU make.
May not be a problem on CRAN itself.
I assumed that for CRAN one needed both Makevars and Makevars.win, so have
always included both in submissions to CRAN.
Alternatively, you might not need that file at all since Rcpp handles simple
cases without it. [1]
[1]
https://www.mail-archive.com/rcpp-devel@lists.r-forge.r-project.org/msg09485.html
On June 23, 2018 8:31:20 AM PDT, Dirk Eddelbuettel wrote:
>
>On 24 June 2018 at 03:22, Murray Efford wrote:
>
On 24 June 2018 at 03:22, Murray Efford wrote:
| The RcppParallel introduction at https://rcppcore.github.io/RcppParallel/
| instructs package writers to include a Makevars file with
|
| PKG_LIBS += $(shell ${R_HOME}/bin/Rscript -e
"RcppParallel::RcppParallelLibs()")
|
| However, R CMD check i
The RcppParallel introduction at https://rcppcore.github.io/RcppParallel/
instructs package writers to include a Makevars file with
PKG_LIBS += $(shell ${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()")
However, R CMD check in R 3.5.0 generates a warning apparently because +=
and $(shel