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

2021-07-08 Thread Alex Chubaty
anmarco Alberti > > Sent: 08 July 2021 08:21 > > To: r-package-devel@r-project.org > > Cc: Murray Efford; Duncan Murdoch; Alex Chubaty; Uwe Ligges > > Subject: Re: [R-pkg-devel] package test returns error when R version > 4.1.0 > > > > Dear All, > > Than

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

2021-07-06 Thread Alex Chubaty
tart cutting out code and data. Etc. > > In any case, try to find a version of the package that doesn't trigger > the error, and a minimal change to it that does. Then perhaps you'll > understand the root cause of the error. > > Duncan Murdoch > > On 06/07/2021 3:11 p

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

[R-pkg-devel] find functions with missing Rd tags

2021-06-23 Thread Alex Chubaty
During a recent package submission process, a CRAN maintainer showed one of their checks found missing \value{} documentation in some package Rd files, and asked us to ensure all exported functions have their return values described. This check (for missing Rd values) is not run by the default che

Re: [R-pkg-devel] use of `dev.new` across platforms in RStudio (Martin Maechler)

2015-06-14 Thread Alex Chubaty
Thank you Martin for passing this along to RStudio, and thank you JJ for your reply. JJ, do you have an estimated timeframe for when this fix will appear? There's still the issue of RStudio users not updating their software at each and every release, so it may time some time for `dev.new` to work

[R-pkg-devel] use of `dev.new` across platforms in RStudio

2015-06-12 Thread Alex Chubaty
Dear list members, Use of platform-specific code to open new plot devices (e.g., `quartz`, `x11`) is discouraged in favour of using `dev.new`; however, this does not work in RStudio. A purported solution introduced in R 3.1.1 was to call `dev.new(noRStudioGD = TRUE)`, which works on Windows, but n