Re: [R-pkg-devel] CRAN error with current version

2020-03-24 Thread Sebastian Meyer
The reason that your package does not pass the incoming checks is > * checking CRAN incoming feasibility ... NOTE > Maintainer: ‘Cristian Quiroz-Moreno ’ > > Uses the superseded package: ‘snow’ You would need to explain to CRAN why you need to use "snow" rather than base R's "parallel" package.

[R-pkg-devel] CRAN error with current version

2020-03-24 Thread Daniel Quiroz Moreno
Dear community, I have an issue with the current version of my package. The current CRAN version is 1.1.0 when it was submitted, I had no warnings. These days I fixed an issue and I would like to submit a minor version 1.1-1. I have no errors or warnings in the local check. Even though, when I su

Re: [R-pkg-devel] use of getNativeSymbolInfo

2020-03-24 Thread Tomas Kalibera
On 2/9/20 5:14 PM, Benjamin Tyner wrote: Hello, Using package nlme as an example, where there is a registered routine fit_gnls: > library(nlme) > getDLLRegisteredRoutines("nlme")$.C$fit_gnls $name [1] "fit_gnls" $address attr(,"class") [1] "RegisteredNativeSymbol" $dll DLL name: nlme Filen