[Rcpp-devel] [ANN] RcppArmadillo 0.3.4.3

2012-10-04 Thread Dirk Eddelbuettel
A new release is now on CRAN, short blog post below. Also updated was RProtoBuf which I don't usually announce here. Dirk Thu, 04 Oct 2012 RcppArmadillo 0.3.4.3

Re: [Rcpp-devel] unable to open the base package (Dirk Eddelbuettel)

2012-10-04 Thread Peter deVoil
I'm not sure whether it's appropriate, but with Rtools 2.15 and R 2.15.1 under windows, I had to kick off my package with ... R = new RInside(argc, argv, true); R->parseEval("library(\"methods\")"); (*R)["xyz"] = LOAD_RCPP_MODULE(xyz) ; ... Didnt have time to investigate further,