On 11 May 2015 at 10:08, Randall MacIntosh wrote:
| Thanks for your help.
|
| I have been able to install Rcpp 10.4 and TAM 1.0-2 under R 2.15.3 and run
TAM.
| The current version of TAM is 1.6, which is what I would like to use.
| Backport ready?
|
| I appreciate your assistance.
Unpack both
Thanks for your help.
I have been able to install Rcpp 10.4 and TAM 1.0-2 under R 2.15.3 and
run TAM.
The current version of TAM is 1.6, which is what I would like to use.
Backport ready?
I appreciate your assistance.
On 5/10/2015 8:52 PM, Dirk Eddelbuettel wrote:
If I google "function 'd
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