Options

Possible to launch rapidminer on OSX w/ R extension without manual command line?

signalsignal Member Posts: 1 Contributor I
edited November 2018 in Help
I am using OSX with rapidminer and the R Extension.

I have R_HOME and JAVA_HOME both set, launching via "java -jar <path to rapidminer>/lib/rapidminer.jar" works fine.  But if I double click rapidminer's jar it does not come up with the R extension.  Is there a way to make it so I can use the R extension and not have to manually launch rapidminer via the CLI?

Also, I have both R and R64 installed, how can I tell which version is integrated with rapidminer?  I have a feeling its using the 32-bit version but I want to use the 64-bit, here is the output from rapidminer's R perspective:


R.Version()
$platform
[1] "x86_64-apple-darwin9.8.0"

$arch
[1] "x86_64"

$os
[1] "darwin9.8.0"

$system
[1] "x86_64, darwin9.8.0"

$status
[1] ""

$major
[1] "2"

$minor
[1] "15.2"

$year
[1] "2012"

$month
[1] "10"

$day
[1] "26"

$`svn rev`
[1] "61015"

$language
[1] "R"

$version.string
[1] "R version 2.15.2 (2012-10-26)"

$nickname
[1] "Trick or Treat"
Sign In or Register to comment.