Re: [Rcpp-devel] sourceCpp error

2013-04-29 Thread JJ Allaire
> > other attached packages: > [1] Rcpp_0.10.2 > > In your first message you said you were running Rcpp 0.10.3 whereas this output says you are running Rcpp 0.10.2. That seems a likely culprit. Sometimes there are DLL permission problems associated with updating Rcpp (or any package with shared li

Re: [Rcpp-devel] sourceCpp error

2013-04-29 Thread Subodh Acharya
Hi Kevin, I am running R with RStudio. The OS is windows 7 64bit. Here is my sessionInfo() output. R version 2.15.3 (2013-03-01) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=C [3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C [5] LC

Re: [Rcpp-devel] sourceCpp error

2013-04-28 Thread Dirk Eddelbuettel
On 28 April 2013 at 22:20, Subodh Acharya wrote: | Hi, I am a beginner-class use of the amazing Rcpp. I am using to simulate | finite state Markov chains.  | Previously all the c++ function I wrote were working perfectly. I compiled all | my functions in package and they work fine. | | But now af

Re: [Rcpp-devel] sourceCpp error

2013-04-28 Thread Kevin Ushey
Hi Subodh, Can you give some more information about your system -- specifically, the output of sessionInfo() in an R session? Also, are you running this from an R session in your terminal, or some other system (RStudio, RKWard etc.) -Kevin On Sun, Apr 28, 2013 at 7:20 PM, Subodh Acharya wrote: