Re: [Rcpp-devel] CRAN submission with NOTE about STRING_PTR

2024-06-30 Thread Dirk Eddelbuettel
Juan, Rcpp has over 2800 reverse dependencies. We cannot check errors on all of them, but you could spot check a few more than the one mentioned. The tools::package_depencencies() function can give you all (straight or reverse) dependencies of a package, or you can just glance at the CRAN page.

Re: [Rcpp-devel] CRAN submission with NOTE about STRING_PTR

2024-06-30 Thread Juan Domingo Esteve
El 30/6/24 a las 13:28, Ralf Stubner escribió: Dear all, On Sun, Jun 23, 2024 at 11:40 PM Juan Domingo Esteve wrote: Might it affect many or all the packages that depends on Rcpp (that, I guess, are probably a lot of them)? I am pretty confident it is not all packages using Rcpp. I have t

Re: [Rcpp-devel] CRAN submission with NOTE about STRING_PTR

2024-06-30 Thread Ralf Stubner
Dear all, On Sun, Jun 23, 2024 at 11:40 PM Juan Domingo Esteve wrote: > Might it affect many or all the packages that depends on Rcpp (that, I guess, > are > probably a lot of them)? I am pretty confident it is not all packages using Rcpp. I have two of those on CRAN (dqrng and swephR) and got

Re: [Rcpp-devel] CRAN submission with NOTE about STRING_PTR

2024-06-23 Thread Juan Domingo Esteve
Dear Patrik and Dirk: I have received a few days ago a mail from Prof. Ripley with a similar issue for my package, scellpam. The error is checking compiled code ... NOTE File ‘scellpam/libs/scellpam.so’: Found non-API call to R: ‘SET_TYPEOF’ Compiled code should not call non-API entry points

Re: [Rcpp-devel] CRAN submission with NOTE about STRING_PTR

2024-06-23 Thread Dirk Eddelbuettel
Hi Patrik, On 23 June 2024 at 21:37, Patrik Schilter wrote: | Dear all, | | First of all: Thank you very much for creating and also maintaining Rcpp so | diligently! Thanks for the kind words. | I am a co-maintainer of the package REndo which depends on Rcpp & RcppEigen. | Last week, we submit

[Rcpp-devel] CRAN submission with NOTE about STRING_PTR

2024-06-23 Thread Patrik Schilter
Dear all, First of all: Thank you very much for creating and also maintaining Rcpp so diligently! I am a co-maintainer of the package REndo which depends on Rcpp & RcppEigen. Last week, we submitted an updated versions of our package to CRAN but unfortunately we failed the CRAN incoming checks on