Fresh CRAN email reports that my RcppCNPy package now differs between the saveAndLoad.Rout it creates and the saveAndLoad.Rout.save I have in the package, in particular calls to npySave() now return a NULL but did not before. This is a standard Rcpp Modules binding of a void function (see here).
Did we change anything in how this is generated within Rcpp? I cannot think of anything. Am I missing something?
Fresh CRAN email reports that my RcppCNPy package now differs between the
saveAndLoad.Routit creates and thesaveAndLoad.Rout.saveI have in the package, in particular calls tonpySave()now return aNULLbut did not before. This is a standard Rcpp Modules binding of avoidfunction (see here).Did we change anything in how this is generated within Rcpp? I cannot think of anything. Am I missing something?