Top "Rinside" questions

RInside is an R package providing C++ classes that simplify the embedding of R in C++ code.

Error in loadNamespace(name) : there is no package called 'Rcpp'

I am trying to embed RInside to my application on win7 64-bit system but when I initialize an RInside: Rin = …

r rcpp rinside
Fatal error: Unable to open the base package

So, now I have managed to compile the hello program of RInside on WindowsXP (VirtualBox). But, when I click on …

windows r cygwin rcpp rinside