Re: [R] Error using Rcpp under windows xp

2010-12-02 Thread Romain Francois
Hello randomcz, Thank you for your interrest in Rcpp. Rcpp has its own mailing list. http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel Please subscribe and report your question there. People will be happy to help you. Romain Le 03/12/10 03:57, randomcz a écrit : Hi, I

[R] Error using Rcpp under windows xp

2010-12-02 Thread randomcz
Hi, I am a newbie to Rcpp packages, and got problems in having basic set-ups for Rcpp under windows xp. Here is the list I have done. 1) installed Rtools and have no problem in compiling .c file. 2) installed Rcpp packages 3) set enviroment variables 'path' to make C:\Program Files\R\R-2.12.0\

Re: [R] Error using Rcpp

2010-03-25 Thread Abhisek
Many thanks Romain! It worked. And thanks for pointing out the errors. best abhisek On Thu, Mar 25, 2010 at 12:45 PM, Romain Francois wrote: > Le 25/03/10 13:16, Abhisek a écrit : > > >> Hi, Im not sure if this is the right place to post this. >> > > It is not. The Rcpp-devel mailing list is t

Re: [R] Error using Rcpp

2010-03-25 Thread Romain Francois
Le 25/03/10 13:16, Abhisek a écrit : Hi, Im not sure if this is the right place to post this. It is not. The Rcpp-devel mailing list is the right place: https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel I am using Xubuntu Karmic Koala and am trying to use the Rcpp packa

[R] Error using Rcpp

2010-03-25 Thread Abhisek
Hi, Im not sure if this is the right place to post this. I am using Xubuntu Karmic Koala and am trying to use the Rcpp package. I am testing it using a simple code that takes in a vector and adds 1 to each element: #include // This file takes in a vector and adds one to each entry RcppExport S