On a 32-bit windows 7 machine running R 2.15.0 standard binary install, JGR loaded fine as seen below:
library(JGR)
Loading required package: rJava
Loading required package: JavaGD
Loading required package: iplots

Please type JGR() to download/launch console. Launchers can also be obtained at http://www.rforge.net/JGR/files/.

What's more, the jgr 1.62 launcher that worked previously with my R 2.14.2 still works.

For what it's worth, JGR() fails as it did previously because my path contains spaces in it that cause problems. Altering the batch to use "8.3" notation (at least that's what I think it was called, I'm getting too old) takes care of this issue. In other words, make the libpath notation look like the RHome notation in the batch file they ask you to construct.

Hope this helps,

Rob
-----------------------------------------------
-----Original Message----- From: Caitlin
Sent: Friday, March 30, 2012 5:23 PM
To: r-help@r-project.org
Subject: [R] Problem loading package 'JGR' using R-2.15.0 (Win32).

Hi all.

Upon attempting to load the 'JGR' package, on a Win32 machine (SP3), a
pop-up message appeared stating that R had encountered a problem and needs
to close. Has anyone else encountered this?

Thanks.

~Caitlin

[[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


------------------------------------------
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicine
A. T. Still University of Health Sciences
800 W. Jefferson St.
Kirksville, MO 63501
660-626-2322
FAX 660-626-2965
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to