Skip to content

[R-pkg-devel] checking LazyData ... NOTE 'LazyData' is specified without a 'data' directory

5 messages · Tim Hulsen, RAFFELSBERGER Wolfgang (IGBMC), Duncan Murdoch

#
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?
#
On 31/03/2021 5:55 a.m., Tim Hulsen wrote:
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

  
  
#
On 31/03/2021 8:28 a.m., Tim Hulsen wrote:
Your DESCRIPTION file specifies it is TRUE.

Duncan Murdoch