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@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@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
_______________________________________________
Rcpp-devel mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel