Skip to content
Prev 5466 / 12125 Next

[R-pkg-devel] Package submission failed with two warnings

Hi all,

Thank you very much for all your great comments.
I followed the Gabor?s suggestion and didn?t receive any warnings or errors by testing the package on different platforms using rhub::check_for_cran(). 

Regards,
Farshad


From: G?bor Cs?rdi
Sent: Friday, May 15, 2020 3:58 PM
To: Max Turgeon
Cc: FARSHAD TABASINEJAD; Duncan Murdoch; r-package-devel at r-project.org
Subject: Re: [R-pkg-devel] Package submission failed with two warnings

The reason is that CRAN does not have an R-devel binary for
data.table, and because of this install.packages() decides not to
install it. Here is a workaround:
https://github.com/r-hub/rhub/issues/367#issuecomment-621757715

Gabor
On Fri, May 15, 2020 at 10:50 PM Max Turgeon <Max.Turgeon at umanitoba.ca> wrote: