I was alerted to a change in Rcpp which needs to be addressed in pccc.
There is going to be a change in Rcpp masking Rf_error()
This change will result in an error in several R packages.
pccc is not listed there, or in a list of other packages that will require attributes to be rebuilt.
However, there is a simple one line fix to make to pccc and I will create a PR shortly to use Rcpp::stop() instead of ::Rf_error()
I was alerted to a change in Rcpp which needs to be addressed in pccc.
There is going to be a change in Rcpp masking Rf_error()
This change will result in an error in several R packages.
pccc is not listed there, or in a list of other packages that will require attributes to be rebuilt.
However, there is a simple one line fix to make to pccc and I will create a PR shortly to use
Rcpp::stop()instead of::Rf_error()