cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
landon
Super User (Alumni)

Problems with JMP finding R

I confirmed my "R_HOME" environment variable is set to my most recent R version.
##################################
//:*/
Get Environment Variable("R_HOME")
/*:

"C:\Program Files\R\R-2.12.2\"
##################################

I've also confirmed the InstallPath from HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R also points to C:\Program Files\R\R-2.12.2\ just as a backup.

But I still get this error when I try to initialize the connection to R.
##################################
//:*/
R Init( );
/*:

An installed version of R could not be found.
-1
##################################

Appreciate any guidance.
-Landon
10 REPLIES 10
rab2013
Level I

Re: Problems with JMP finding R

For other user who may have the same issue:

I was able to circumvent this problem by installing the 32-bit version of R.  See thread:

Recommended Articles