search for: rinside_sample0

Displaying 3 results from an estimated 3 matches for "rinside_sample0".

2015 Dec 05
1
Compile error about using RInside on windows enviroment
...les\R-3.2.2. There's no problems with folders with spaces. The rtools is installed in d:\hli\programfiles\Rtools and MinGW in d: \hli\programfiles\MinGW. The R_HOME is set to d:\hli\programfiles\R-3.2.2. I have installed the Rcpp and RInside package in R. When i compile the rinside_sample0.cpp, it gives following error: D:\hli\Programfiles\R-3.2.2\library\RInside\examples\standard>make -f Makefile.w in rinside_sample0 g++ -m32 -ID:/hli/Programfiles/R-3.2.2/include -ID:/hli/Programfiles/R-3.2.2/inc lude/i386 -ID:/hli/Programfiles/R-3.2.2/library/Rcpp/include -ID:/hli/Programfil es...
2014 Oct 22
1
Problems to compile examples of RInside
...ats graphics grDevices utils datasets methods base other attached packages: [1] RInside_0.2.11 Rcpp_0.11.3 Afterwards I tried to compile RInside examples, by make on /usr/local/lib/R/site-library/RInside/examples/standard. No problem for: rinside_sample7,rinside_sample10,rinside_test0,rinside_sample0,rinside_sample14. But when it comes to "rinside_module_sample0" I do get the following: In file included from /usr/local/lib/R/site-library/Rcpp/include/Rcpp.h:64:0, from /usr/local/lib/R/site-library/RInside/include/RInsideCommon.h:38, from /usr/local...
2010 Mar 22
3
Embed R code in C++
Hi, Can anyone tell me how to embed R code in a C++ file. I am actually using a mac running on the OSX 10.6.2 and the IDE Xcode Version 3.2 and I would like to embed the basic function like geometric, binomial, normal and hyper geometric distributions in a sample cpp file. I heard about the library RInside and i have downloaded the source code for mac but i do not know how to build it in