Questions tagged [rinside]

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

Description

The RInside package provides C++ classes that make it easier to embed R code within C++ code -- on either Linux, OS X or Windows.

Additional Resources

  1. The official CRAN documentation
  2. Package info provided by RDocumentation
  3. A guide explaining the package's usage, written by its creators, can be found here.
109 questions
-1
votes
1 answer

Error when compiling RInside examples on Windows

I have an issue compiling the RInside examples on Windows. In Rstudio, running sourceCpp("C:/Users/Admin/Documents/R/win-library/3.5/RInside/examples/standard/rinside_sample0.cpp") gives fatal error: RInside.h: No such file or directory From the…
gaut
  • 5,771
  • 1
  • 14
  • 45
-1
votes
1 answer

libRInside.a an empty file

I'm trying to compile the qtdensity example from the RInside examples folder, using Qt, Windows 7, R 32bit. I have followed all the instructions posted online on how to set up these tools since my ultimate goal is to develop a C++/R application in…
-2
votes
1 answer

rcpp_hello_world. undefined reference

I have a problem in building the basic example rcpp_hello_world. I have followed the example referred at http://blog.fellstat.com/?p=170 It is all ok up to the linking, when I find the following error Building target: MyCppPackage_4 Invoking: Cross…
luigi
  • 1
  • 1
-2
votes
2 answers

multiple definition of `imp_ZTVN4Rcpp14not_compatibleE` on WindowsXP with RInside

The software I am talking of contains 5 files and compiles "perfectly fine" on openSUSE 11.3 with gcc-4.5.1: The same software shows the following error on Windows XP with Mingw (gcc-4.6.3). UPDATE The problem is discovered. The problem is w.r.t the…
Aquarius_Girl
  • 21,790
  • 65
  • 230
  • 411
1 2 3 4 5 6 7
8