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