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

2012-10-05 Thread Dirk Eddelbuettel
edd@max:~/svn/rinside/pkg/inst/examples/standard$ cat rinside_test2.cpp // -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*- // // Show the search path to check if package methods is loaded // // Copyright (C) 2012 Dirk Eddelbuettel and GPL'ed #include

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

2012-10-05 Thread Dirk Eddelbuettel
On 5 October 2012 at 13:09, Peter deVoil wrote: | 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_R

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,

Re: [Rcpp-devel] unable to open the base package

2012-10-03 Thread Dirk Eddelbuettel
On 3 October 2012 at 19:06, Prasanna Kumar Nelam wrote: | Hi, | | | | I am trying to build the example codes given in example\standard folder of | RInside package in windows XP. I succeeded in building with make file using | Rtools, but whenever I try to run these getting the fatal error lik

[Rcpp-devel] unable to open the base package

2012-10-03 Thread Prasanna Kumar Nelam
Hi, I am trying to build the example codes given in example\standard folder of RInside package in windows XP. I succeeded in building with make file using Rtools, but whenever I try to run these getting the fatal error like "unable to open the base packages". Can anyone suggest me where I have