[Rcpp-devel] RInside error running examples after installing from source on Ubuntu 12.04
Nicholas Pezolano
npezolano at gmail.com
Sun Dec 30 22:48:26 CET 2012
Hi I've installed R from source and all required packages on Ubuntu 12.04
R version 2.15.2
Rcpp, RInside all installed with no problems in R
I compiled R with the following command
./configure --enable-R-shlib --enable-BLAS-shlib
--prefix=/home/npezolano/libs
When I use the make file supplied from the examples,I changed R_HOME to the
prefix above and all the examples compile without error but theres a run
time error
Reigen example01
npezolano at Manatee2:~/RInside/examples$ ./reigen
Error in paste0("(^|[^%])(%%)*%", spec) : not a BUILTIN function
Error in paste0("^", pkg, "$") : not a BUILTIN function
Execution halted
RInside example01
npezolano at Manatee2:~/RInside/examples$ ./rinside
Error in paste0("(^|[^%])(%%)*%", spec) : not a BUILTIN function
Error in paste0("^", pkg, "$") : not a BUILTIN function
Execution halted
Any ideas on what went wrong?
--
Nicholas Pezolano
Department of Applied Math & Statistics
State University of New York at Stony Brook
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20121230/452d4b03/attachment.html>
More information about the Rcpp-devel
mailing list