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
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