Displaying 2 results from an estimated 2 matches for "lrinside".
Did you mean:
rinside
2011 Feb 26
0
(no subject)
...ibrary/RInside/include -g -O3 -Wall -I/usr/local/include rinside.cpp -L/usr/local/lib64/R/lib -lR -L/usr/local/lib64/R/lib -lRblas -L/usr/local/lib64/R/lib -lRlapack -L/usr/local/lib64/R/library/Rcpp/lib -lRcpp -Wl,-rpath,/usr/local/lib64/R/library/Rcpp/lib -L/usr/local/lib64/R/library/RInside/lib -lRInside -Wl,-rpath,/usr/local/lib64/R/library/RInside/lib -o rinside
I know RInside works on my system as I have used it before successfully. If somebody can help me out here I would appreciate it.
Thanks,
Hamaad Musharaf Shah.
[[alternative HTML version deleted]]
2011 Jan 26
2
Dealing with R list objects in C/C++
Hi,
I'd like to construct an R list object in C++, fill it with relevant data, and pass it to an R function which will return a different list object back. I have browsed through all the R manuals, and examples under tests/Embedding, but can't figure out the correct way. Below is my code snippet:
#include <Rinternals.h>
// Rf_initEmbeddedR and other setups already performed