Re: [Rcpp-devel] Error running RInside examples

2011-01-15 Thread Dirk Eddelbuettel
On 14 January 2011 at 14:40, amao oluwole wrote: | Thanks for the quick reply!!  Pleasure! | I did install R with shared library enabled.  I use the following command: | {my path}/R-2.12.1> ./configure --prefix={my path}/OOPHD2011/R-2.12.1 | --enable-R-shlib Yup. | After running I get the con

Re: [Rcpp-devel] Error running RInside examples

2011-01-14 Thread amao oluwole
Thanks for the quick reply!! I did install R with shared library enabled. I use the following command: {my path}/R-2.12.1> ./configure --prefix={my path}/OOPHD2011/R-2.12.1 --enable-R-shlib After running I get the configure script I get the following output: ... R is now configured for powerpc

Re: [Rcpp-devel] Error running RInside examples

2011-01-14 Thread Dirk Eddelbuettel
On 14 January 2011 at 10:58, Douglas Bates wrote: | For the time being I would suggest using the released version of Rcpp | instead of the latest package from R-forge. That is, install from a | CRAN mirror site and not the R-forge site. There are some issues with | the version currently in SVN.

Re: [Rcpp-devel] Error running RInside examples

2011-01-14 Thread Dirk Eddelbuettel
On 14 January 2011 at 11:45, amao oluwole wrote: | Hi all, |   I hope this is the correct mailing list for this question.  I have Yes! Thanks for posting here, and welcome! | successfully installed R-2.12.1, and the latest version of the Rcpp and RInside | packages on a linux operating system

Re: [Rcpp-devel] Error running RInside examples

2011-01-14 Thread Douglas Bates
For the time being I would suggest using the released version of Rcpp instead of the latest package from R-forge. That is, install from a CRAN mirror site and not the R-forge site. There are some issues with the version currently in SVN. On Fri, Jan 14, 2011 at 10:45 AM, amao oluwole wrote: > H

[Rcpp-devel] Error running RInside examples

2011-01-14 Thread amao oluwole
Hi all, I hope this is the correct mailing list for this question. I have successfully installed R-2.12.1, and the latest version of the Rcpp and RInside packages on a linux operating system by using the commands: install.packages("Rcpp", repos="http://R-Forge.R-project.org";) install.packages(