Re: [R-pkg-devel] Failing rhub::check_for_cran() because of data.table

2020-07-16 Thread Gábor Csárdi
Hi, this is because data.table is not available as a binary package for R-devel, on CRAN. You can tell R to build it from source like this: rhub::check( platform="windows-x86_64-devel", env_vars=c(R_COMPILE_AND_INSTALL_PACKAGES = "always") ) Btw. please report R-ghub errors in the issue track

[R-pkg-devel] Failing rhub::check_for_cran() because of data.table

2020-07-13 Thread Chuck Powell
Hi, My first posting. Apologies in advance if I misspeak or am asking a dumb question. I maintain a small package on CRAN https://cran.r-project.org/web/packages/CGPfunctions/index.html Source is on Github here https://github.com/ibecav/CGPfunctions/ Recently received note I needed to fix my p