user54626
user54626

Reputation: 55

Compiling Rinside with g++ in Mac OS X 10.9

I wish to compile Rinside in Mac OS X 10.9. I have Xcode 5.

I've downloaded the latest version of Rcpp and RInside (2014) and when I wanted to install them with the following commands:

sudo R CMD INSTALL ~/Downloads/Rcpp_0.11.0.tar.gz

I received the following Error:

I appreciate any comments.

Upvotes: 0

Views: 428

Answers (1)

RS Sreenivas
RS Sreenivas

Reputation: 1

For an illustrative example of how to get Xcode to compile RInside code, see https://youtu.be/sjiSaaNA8BY

You have to install R first. Launch R and install.package "Rcpp" and "RInstall" (from R). The video describes the steps needed to compile rinside_sample3.cpp from examples/standard folder in the zip file at https://cran.r-project.org/web/packages/RInside/index.html.

Upvotes: 0

Related Questions