If I google "function 'dataptr' not provided by package 'Rcpp'" I get 1060
hits -- as this used to be one of two "tells" when Rcpp 0.10.* switched to
Rcpp 0.11.* and the 'no longer linking with libRcpp.*' required a different
instantiation.
Now, the package you want (TAM) is fine on CRAN, and as
Hi Randall,
`dataptr` just wraps over the R `DATAPTR` macro / function, so you
could just call that instead (although you might need to manually cast
the pointer type to whatever you need)
Kevin
On Sun, May 10, 2015 at 8:39 PM, Randall MacIntosh wrote:
> I am trying to run the TAM module in R 2
I am trying to run the TAM module in R 2.15.3 so it can be called from within
SPSS.
I have Rcpp 0.10.4 installed, but get an error message:
function 'dataptr' not provided by package 'Rcpp'.
TAM runs under R 3.1.1 with Rcpp 0.11.5, but I would like to run it under the
earlier release, as t