[R] What's wrong with JGR?

2006-01-26 Thread Michael
Hi all, I downloaded and installed JGR. Then when I tried to load the package in R console, it generated the following error message: local({pkg - select.list(sort(.packages(all.available = TRUE))) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Loading required package: rJava using Java

Re: [R] What's wrong with JGR?

2006-01-26 Thread Christian Schulz
Which R version and which os is yours? For me it works fine. Lade nötiges Paket: grDevices using Java Runtime version 1.5.0 using JAVA_HOME = C:\develope\jre Lade nötiges Paket: rJava Lade nötiges Paket: methods using Java Runtime version 1.5.0 using JAVA_HOME = C:\develope\jre R.Version()

Re: [R] What's wrong with JGR?

2006-01-26 Thread Michael
Mine. What might be wrong? R.Version() $platform [1] i386-pc-mingw32 $arch [1] i386 $os [1] mingw32 $system [1] i386, mingw32 $status [1] $major [1] 2 $minor [1] 2.1 $year [1] 2005 $month [1] 12 $day [1] 20 $svn rev [1] 36812 $language [1] R On 1/26/06, Michael [EMAIL PROTECTED]