Re: [R-pkg-devel] checking LazyData ... WARNING
Am 14.04.21 um 13:11 schrieb Rafael CM: > Dear all, > I am having the following warning when loading my rpackage: > > * checking LazyData ... WARNING > LazyData DB of 62.1 MB without LazyDataCompression set > > > I can't get to fix this problem. I have tried the tools option to optimize > saving. I used different types of compressions. I also have set LazyDate: > true to my DESCRIPTION file. > Any ideas? Have you already tried also setting LazyDataCompression as the warning suggests? You should try all of bzip2, xz and gzip in turn and look at the size of the installed lazy-loading database to find the best compression format. The development version of the WRE manual at https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Data-in-packages gives a function CheckLazyDataCompression, which can be used to do that. Best regards, Sebastian > Thank you in advance, > Rafael > > [[alternative HTML version deleted]] > > __ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel > __ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
Re: [R-pkg-devel] checking LazyData ... WARNING
checking LazyData ... WARNING LazyData DB of 62.1 MB without LazyDataCompression set See �1.1.6 of 'Writing R Extensions' On Wed, Apr 14, 2021 at 1:38 PM Uwe Ligges wrote: > > > On 14.04.2021 00:43, Rafael CM wrote: > > Dear all, > > I am submitting the RTIGER package and I have the following warning: > > checking LazyData ... WARNING > > A full message would be needed > > Best, > Uwe Ligges > > > > > I have saved the data with the optimal compression format. Could someone > > help me? > > Best, > > Rafael > > > > [[alternative HTML version deleted]] > > > > __ > > [email protected] mailing list > > https://stat.ethz.ch/mailman/listinfo/r-package-devel > > > [[alternative HTML version deleted]] __ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
Re: [R-pkg-devel] checking LazyData ... WARNING
On 14.04.2021 00:43, Rafael CM wrote: Dear all, I am submitting the RTIGER package and I have the following warning: checking LazyData ... WARNING A full message would be needed Best, Uwe Ligges I have saved the data with the optimal compression format. Could someone help me? Best, Rafael [[alternative HTML version deleted]] __ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel __ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
[R-pkg-devel] checking LazyData ... WARNING
Dear all, I am having the following warning when loading my rpackage: * checking LazyData ... WARNING LazyData DB of 62.1 MB without LazyDataCompression set I can't get to fix this problem. I have tried the tools option to optimize saving. I used different types of compressions. I also have set LazyDate: true to my DESCRIPTION file. Any ideas? Thank you in advance, Rafael [[alternative HTML version deleted]] __ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
[R-pkg-devel] checking LazyData ... WARNING
Dear all, I am submitting the RTIGER package and I have the following warning: checking LazyData ... WARNING I have saved the data with the optimal compression format. Could someone help me? Best, Rafael [[alternative HTML version deleted]] __ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
