Re: [R-pkg-devel] RES: RES: Possible unknown color in r

2020-01-12 Thread Uwe Ligges
Don't worry, this is an issue that trhe CRAN incoimng checks have not uncovered with a new farvber version. As we found the breakage later in regular checks, the farver package has been rolled back on CRAN, hence pls simpy ignore the problem for your own packages. Best, Uwe Ligges On 10.01.

Re: [R-pkg-devel] CRAN Package Check ERROR involving stringi

2020-01-12 Thread Uwe Ligges
Probably some race condition. Simply submit a new versin. Best, Uwe Ligges On 11.01.2020 03:10, Chris Brien wrote: Hi list members, On checking the CRAN Package Check Results for my package growthPheno I find that there is the error below for r-devel-windows-ix86+x86_64, but not for r-deve

[R-pkg-devel] Missing R.h file

2020-01-12 Thread Sameh M. Abdulah
I am getting this error when uploading my package to CRAN, MLE_misc.h:52:10: fatal error: R.h: No such file or directory 52 | #include On my system I have to export the R include directory to my CPATH “export CPATH=/usr/share/R/include:$CPATH” to avoid this error. Could anyone tell me ho