When submitting my package to CRAN, I get the message: checking LazyData ... NOTE 'LazyData' is specified without a 'data' directory What can i do about this?
[R-pkg-devel] checking LazyData ... NOTE 'LazyData' is specified without a 'data' directory
5 messages · Tim Hulsen, RAFFELSBERGER Wolfgang (IGBMC), Duncan Murdoch
On 31/03/2021 5:55 a.m., Tim Hulsen wrote:
When submitting my package to CRAN, I get the message: checking LazyData ... NOTE 'LazyData' is specified without a 'data' directory What can i do about this?
Don't specify LazyData. If that doesn't help, give us a bit more information, e.g. a link to your source. Duncan Murdoch
Dear Tim, this has already been addressed on stackoverflow and other places. In my case just removing the line 'LazyData: true' from the description did the job. Wolfgang ----- Mail original ----- De: "Tim Hulsen" <thulsen at gmail.com> ?: "r-package-devel" <r-package-devel at r-project.org> Envoy?: Mercredi 31 Mars 2021 11:55:30 Objet: [R-pkg-devel] checking LazyData ... NOTE 'LazyData' is specified without a 'data' directory When submitting my package to CRAN, I get the message: checking LazyData ... NOTE 'LazyData' is specified without a 'data' directory What can i do about this? ______________________________________________ R-package-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
I don?t believe I do anything with lazydata. https://cran.r-project.org/web/checks/check_results_BioVenn.html
Op 31 mrt. 2021 om 14:24 heeft Duncan Murdoch <murdoch.duncan at gmail.com> het volgende geschreven: ?On 31/03/2021 5:55 a.m., Tim Hulsen wrote:
When submitting my package to CRAN, I get the message: checking LazyData ... NOTE 'LazyData' is specified without a 'data' directory What can i do about this?
Don't specify LazyData. If that doesn't help, give us a bit more information, e.g. a link to your source. Duncan Murdoch
On 31/03/2021 8:28 a.m., Tim Hulsen wrote:
I don?t believe I do anything with lazydata.
Your DESCRIPTION file specifies it is TRUE. Duncan Murdoch
https://cran.r-project.org/web/checks/check_results_BioVenn.html <https://cran.r-project.org/web/checks/check_results_BioVenn.html>
Op 31 mrt. 2021 om 14:24 heeft Duncan Murdoch <murdoch.duncan at gmail.com> het volgende geschreven: ?On 31/03/2021 5:55 a.m., Tim Hulsen wrote:
When submitting my package to CRAN, I get the message: checking LazyData ... NOTE 'LazyData' is specified without a 'data' directory What can i do about this?
Don't specify LazyData. ?If that doesn't help, give us a bit more information, e.g. a link to your source. Duncan Murdoch