Re: [R-pkg-devel] accessing call constructors in Cpp

2021-01-05 Thread Bill Dunlap
Try using their official names, Rf_ScalarReal, Rf_eval, Rf_install, etc. You may have #defined R_NO_REMAP in code that you did not show us. -Bill On Tue, Jan 5, 2021 at 1:42 PM Oliver Madsen wrote: > This is maybe better suited for Rcpp-devel or another mailing list. If so, > I apologize. :-) >

[R-pkg-devel] accessing call constructors in Cpp

2021-01-05 Thread Oliver Madsen
This is maybe better suited for Rcpp-devel or another mailing list. If so, I apologize. :-) In a pet project I've been implementing quite a bit of a package structure within Cpp, including classes to contain and manipulate structures. As a final part of the implementation a user provided R functio