[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

Re: [R-pkg-devel] {Disarmed} Re: Data docs

2019-10-27 Thread Luis-Miguel Rodríguez Rojas
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

[R-pkg-devel] {Disarmed} Re: Data docs

2019-10-27 Thread Xavier Robin
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