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 _______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
