[R-pkg-devel] clarification about missing suggested packages.

2021-07-06 Thread Ben Bolker
We are working on a resubmission of a package (https://github.com/glmmTMB/glmmTMB/issues/721 for people who want all the gory details). Our last hurdle is that one of the packages in "Suggests:", DHARMa, is currently unavailable on Solaris, even though it in good standing on CRAN

Re: [R-pkg-devel] package test returns error when R version 4.1.0

2021-07-06 Thread Murray Efford
I also get from Winbuilder: ** byte-compile and prepare package for lazy loading ERROR: lazy loading failed for package 'secr' even for the tar.gz of the version secr 4.4.4 that currently passes all checks on CRAN. Perhaps it is significant that secr also imports from raster that had a new vers

Re: [R-pkg-devel] package test returns error when R version 4.1.0

2021-07-06 Thread Duncan Murdoch
On 06/07/2021 4:15 p.m., Alex Chubaty wrote: Thanks for the suggestion Duncan. The same code version ran on winbuilder last week, but it's broken this week. If that happened with a released version of R, then it could be that some new package version is causing the problem, or it could be a

Re: [R-pkg-devel] package test returns error when R version 4.1.0

2021-07-06 Thread Alex Chubaty
Thanks for the suggestion Duncan. The same code version ran on winbuilder last week, but it's broken this week. I'll compare the dependencies between the two packages and focus on those used by both for now, to see if it's caused by a broken dependency. Alex On Tue, Jul 6, 2021 at 2:08 PM Dunc

Re: [R-pkg-devel] package test returns error when R version 4.1.0

2021-07-06 Thread Duncan Murdoch
Both NegLogoR and movecost have a lot of hard dependencies -- so many that I'm unwilling to install them with the limited bandwidth that I have right now. I suspect that's related to the problem: some dependency install is failing, and that causes something else to fail, and that leads to the

Re: [R-pkg-devel] package test returns error when R version 4.1.0

2021-07-06 Thread Alex Chubaty
FWIW I'm having the same issue with package NetLogoR ( https://github.com/PredictiveEcology/NetLogoR/) Passing windows tests locally but code can't be lazy loaded on winbuilder, except for oldrel. Alex On Tue, Jul 6, 2021 at 10:18 AM Gianmarco Alberti < gianmarcoalbe...@gmail.com> wrote: >

Re: [R-pkg-devel] package test returns error when R version 4.1.0

2021-07-06 Thread Gianmarco Alberti
Thank you all. I appreciate your help and discussion so far. To complicate the matter further, I have done an experiment. I have tried to test a new version which is 99.9% identical to the last official one on CRAN because I wanted to understand if the issue was with some  new code added to the

Re: [R-pkg-devel] package test returns error when R version 4.1.0

2021-07-06 Thread brodie gaslam via R-package-devel
> On Tuesday, July 6, 2021, 8:09:18 AM EDT, dbosa...@gmail.com > wrote: > > Martin: > > What I suggested was he remove the LazyData entry from the description file > if he was NOT lazy loading data.  If someone is lazy loading data, then that > is a different situation, and they obviously need

Re: [R-pkg-devel] package test returns error when R version 4.1.0

2021-07-06 Thread dbosak01
Martin: What I suggested was he remove the LazyData entry from the description file if he was NOT lazy loading data. If someone is lazy loading data, then that is a different situation, and they obviously need to set the entry. But clearly Gm has a different problem. He has now tried "LazyData

Re: [R-pkg-devel] package test returns error when R version 4.1.0

2021-07-06 Thread Martin Maechler
> > on Mon, 5 Jul 2021 17:46:54 -0400 writes: > Gm: > Did you try completely removing the LazyData line from the > description file? > David Dear David, where did you get this "idea" that 'LazyData' is not good for R 4.1.0 and newer ? R's own {datasets} pa