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