Skip to content
Prev 5753 / 12125 Next

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

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 tracker, e.g.
https://github.com/r-hub/rhub/issues/367#issuecomment-621757715

Thanks,
Gabor
On Mon, Jul 13, 2020 at 8:22 PM Chuck Powell <ibecav at gmail.com> wrote: