Re: [R-pkg-devel] Bug in checks in R-devel (was: Data docs)

2019-10-28 Thread William Dunlap
The Matrix package explicitly sets LazyData to "no" with a note saying that it is necessary. LazyData: no LazyDataNote: not possible, since we use data/*.R *and* our classes My notes on implementing install.packages() in TERR include When R's install.packages() processes *.R files in the packag

[R-pkg-devel] Bug in checks in R-devel (was: Data docs)

2019-10-27 Thread Duncan Murdoch
On 27/10/2019 6:04 a.m., Luis-Miguel Rodríguez Rojas wrote: Thanks a lot Xavier! This solved my issue. This seems like a simple workaround for the bug. Perhaps "LazyData: yes" should become the default. I don't know what are the advantages of the current "LazyData: no" default. BTW, anoth