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
Thanks a lot Xavier!
This solved my issue.
Best,
Miguel.
--
Luis M. Rodriguez-R, Ph.D.
[ https://rodriguez-r.com ]
-
Research Engineer
Georgia Institute of Technology
311 Ferst Drive, ES&T, Room 3324
Atlanta, GA 30332, USA
[ http://enve-omics.gatech.edu/ ]
On Su
Hi,
It seems you have LazyLoad in your DESCRIPTION:
LazyLoad: yes
I ran into the same warning a few months ago and realized that LazyLoad
has been ignored since R 2.14.0. As a consequence your dataset is not
actually loaded lazily, which triggers the warning.
Apparently the new way to lazy load