[R-SIG-Mac] R 2.15.2, OS X 10.8.2, JGR

2012-12-28 Thread Roy Mendelssohn - NOAA Federal
Hi All: I recently upgraded my computer to 10.8.2, and my Java is now java 1.7 from Oracle. I am running R 2.15.2, and now rjava and JGR don't work because what appears to be a problem with ipot. I tried reinstalling rjava and got the following: install.packages(rJava) Installing

Re: [R-SIG-Mac] R 2.15.2, OS X 10.8.2, JGR

2012-12-28 Thread Mike Parker
I think today went well. Everyone ate and drank a lot less than they might have done. I bought plenty of everything to make sure that there was enough. I also bought food for tea in case they stayed but they didn't On 28 Dec 2012, at 19:40, Roy Mendelssohn - NOAA Federal wrote: Hi All: I

Re: [R-SIG-Mac] R 2.15.2, OS X 10.8.2, JGR

2012-12-28 Thread peter dalgaard
On Dec 28, 2012, at 20:40 , Roy Mendelssohn - NOAA Federal wrote: Hi All: I recently upgraded my computer to 10.8.2, and my Java is now java 1.7 from Oracle. I am running R 2.15.2, and now rjava and JGR don't work because what appears to be a problem with ipot. I tried reinstalling

Re: [R-SIG-Mac] R 2.15.2, OS X 10.8.2, JGR

2012-12-28 Thread Marc Schwartz
On Dec 28, 2012, at 3:05 PM, peter dalgaard pda...@gmail.com wrote: On Dec 28, 2012, at 20:40 , Roy Mendelssohn - NOAA Federal wrote: Hi All: I recently upgraded my computer to 10.8.2, and my Java is now java 1.7 from Oracle. I am running R 2.15.2, and now rjava and JGR don't work

Re: [R-SIG-Mac] R 2.15.2, OS X 10.8.2, JGR

2012-12-28 Thread Marc Schwartz
Roy, Did you install the 1.7 JRE only, or did you also install the JDK? If you did not also install the JDK, I believe that you need to do so. It is available here: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html Install that and then run the full

Re: [R-SIG-Mac] R 2.15.2, OS X 10.8.2, JGR

2012-12-28 Thread Roy Mendelssohn - NOAA Federal
Yes i have the jdk. But I just stumbled on part of the problem (I have a feeling i know have to wrestle with 32-bit versus 64-bit versions). I accidently gave the command: R CMD javareconf without the sudo and the paths were being set correctly to the java 1.7 machine, but of course without

Re: [R-SIG-Mac] R 2.15.2, OS X 10.8.2, JGR

2012-12-28 Thread Simon Urbanek
On Dec 28, 2012, at 7:46 PM, Roy Mendelssohn - NOAA Federal wrote: Yes i have the jdk. But I just stumbled on part of the problem (I have a feeling i know have to wrestle with 32-bit versus 64-bit versions). I accidently gave the command: R CMD javareconf without the sudo and the

Re: [R-SIG-Mac] R 2.15.2, OS X 10.8.2, JGR

2012-12-28 Thread Roy Mendelssohn - NOAA Federal
Thanks!. I am an admin user, using javareconf with sudo overwrote the settings, just didn't find the java 1.7 settings. I had to su so that I could explicitly set JAVA_HOME and overwrite the settings, even though JAVA_HOME is set in my bash_profile. I mainly wrote that down for the record,