[Rcpp-devel] dataptr / char_get_string_elt not provided by package ‘Rcpp’

Dan Tenenbaum dtenenba at fhcrc.org
Wed Feb 5 19:45:58 CET 2014


Hi,

A couple of Bioconductor packages have these errors:

package: DOSE

error:

function ‘char_get_string_elt’ not provided by package ‘Rcpp’
Execution halted

package: GOSim

error:

 function ‘dataptr’ not provided by package ‘Rcpp’

I see in 
https://github.com/RcppCore/Rcpp/issues/92
the following:

"2) Six packages ("fdaMixed", "gRbase", "gRim", "HLMdiag", "lme4",
"SpatialTools") failed with a run-time errors of
Error in objective(.par, ...) :
function 'dataptr' not provided by package 'Rcpp'
This function is now included in Rcpp/resources.h, which never gets included anywhere in the Rcpp.h include chain (grep "#include.*resources.h" -r * returns nothing). Not sure where it should live."

Does this indicate the issue has not been resolved? Or is there a workaround?

Thanks,
Dan


More information about the Rcpp-devel mailing list