similar to: rJava software

Displaying 20 results from an estimated 900 matches similar to: "rJava software"

2011 Apr 07
1
Problem Installing rJava on MS Win 7 Platform
I''m a new R user and, frankly, this problem has got me stumped. I''m using the 64 bit version of RGui and followed the installation instructions on http://www.rforge.net/rJava/ Here is the result: package ''rJava'' successfully unpacked and MD5 sums checked > library(rJava) Error in utils::readRegistry(key, "HLM", 2) : Registry key
2011 Apr 21
0
Problem loading rJava (win 7)
Hello all, I'm using R 2.13.0 on windows 7. It seems rJava is failing to load for me, here is the error received: > library("rJava") Error in utils::readRegistry(key, "HLM", 2) : Registry key 'Software\JavaSoft\Java Runtime Environment' not found Error in utils::readRegistry(key, "HLM", 2) : Registry key 'Software\JavaSoft\Java Development
2008 Sep 19
1
readRegistry function (PR#12937)
Full_Name: Zivan Karaman Version: 2.7.2 OS: Windows XP Submission from: (NULL) (195.6.68.214) I'm puzzled by the readRegistry function. Shouldn't the "hive" argument be something like c("HLM", "HCR", "HCU", "HU", "HCC", "HPD") rather than c("HLM", "HCR", "HCU", "HU",
2010 Nov 19
1
problems with rJava
Hello, using r-2.12.0 on a Toshiba laptop with Win7 I am trying to install JGR, iut installs OK but when loading, complains about rJava so I did: > install.packages("rJava") Installing package(s) into ?I:\R\cran? (as ?lib? is unspecified) trying URL 'http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.12/rJava_0.8-8.zip' Content type 'application/zip' length
2009 Apr 17
1
R on Windows and RMySQL
I have successfully installed R (version 2.8.1) and RMySQL (version 0.7-4) on my PC (Windows). Now I have a problem running RMySQL on R. I constantly receive the following error-message: Error in utils::readRegistry("SOFTWARE\\MySQL AB", hive = "HLM", maxdepth = 2) : Registry-Schl?ssel 'S' nicht gefunden Error : .onLoad in 'loadNamespace' f?r
2010 Feb 19
1
Update RMySQL and ... it's no more running
Hello, I updated the RMySQL (and DBI) package but, since, it doesn't run anymore. I followed the advices given here http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL but with no success. I also copied the libMySQL.dll in the bin directory of R. Also no good result. The error message (in french sorry) is just below. It seems there is a problem with the registry key but I'm not good
2010 Jan 26
2
unidentifiable problem..
Hi All, My R installation is acting strangely and I'm hoping somebody might have an idea what's going on: I can't seem to load the "RMySQL" function. It seems to have installed without a problem, but when I enter: library(RMySQL) R tells me: Error in utils::readRegistry("SOFTWARE\\MySQL AB", hive = "HLM", maxdepth = 2) : Registry key
2011 Jul 15
2
Problem in installing rJava from source
Hi all, I was trying to install rJava package (some older version) from source. However could not achieve using "Rcmd build -binary rJava" syntax with windows cmd. The building process stopped with following error: ERROR*> JavaSoft\{JRE|JDK} can't open registry keys. ERROR: cannot find Java Development Kit. Please set JAVA_HOME to specify it's location normally ERROR:
2013 Jun 05
1
rJava is not loading
Hello! I installed rJava and am trying to load it. library(rJava) Error : .onLoad failed in loadNamespace() for 'rJava', details: call: fun(libname, pkgname) error: No CurrentVersion entry in Software/JavaSoft registry! Try re-installing Java and make sure R and Java have matching architectures. Error: package or namespace load failed for ‘rJava’ Any idea why? Background info:
2009 Nov 05
1
Error when adding package RMySQL (PR#14044)
Full_Name: K?re Jonsson Version: 2.10 OS: WinXP Submission from: (NULL) (85.225.178.169) I made a brand new installation of R 2.10 in two machines and got the same problem. Machine 1 is Win XP on metal installation machine 2 is virtual in VMWare running a hacky OS named Tiny XP in which any Microsoft windows XP siftware always successfully is installed. Operation 1. Add package RMySQL from
2009 Aug 10
1
question
hi: I need to work with RMySQL I installs DBI and MySQL but R It gives the following message Error in utils::readRegistry("SOFTWARE\\MySQL AB", hive = "HLM", maxdepth = 2) : Registry key 'S' not found Error : .onLoad failed in 'loadNamespace' for 'RMySQL' Error: package/namespace load failed for 'RMySQL' that I can make. [[alternative HTML
2010 Jan 28
0
RMySQL install
Hi everyone, I am trying to install the RMySQL package under windows xp. I've got the MySQL installed on the computer (MySQL server 5.1). I went through the steps presented on the webpage http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL and googled around and still can't find the answer. With the command readRegistry("SOFTWARE\\MySQL AB", hive="HLM", maxdepth=2) I
2012 Oct 12
0
installing RMySQL error due to cygwin
when i am installing package manually (using below command) i get error about cygwin as, > install.packages("C:\\Users\\trendwise\\Downloads\\RMySQL_0.9-3.tar.gz",lib=getOption("lib"), > repos = NULL, type="source") error:------> Installing package(s) into ?C:/Users/trendwise/Documents/R/win-library/2.15? (as ?lib? is unspecified) * installing *source*
2011 Jun 28
0
problem with rJava : same as message from wwreith on Mon, 27 Jun 2011
Hi R-listers, I run R version 2.13.0, on a i386-pc-mingw32/i386 platform under Windows XP. I perform daily update of my installed packages. I've got the most recent Java for this platform installed, as I am told by the JavaUpdater when checking. (and I've read the posting guide, so that I'm not going to get fired by Uwe as poor wwreith [joke])... But : since one of the last daily
2002 Aug 09
2
error starting SJava: classpath
Dear R experts, Sorry, I am resending this, since I have not received this mail myself for the past 5 hours. I saw a similar question dated July 2. But there is no answer to it. Does anybody have a solution to it? I am using window NT, and the R version is 1.5.1, the SJava package is the binary version SJavaWin_0.62-8.zip. Here are the error message: > library(SJava) > .JavaInit()
2012 Oct 29
1
Java, rJava, and Windows x64
When running [1] "R version 2.15.1 (2012-06-22)" "x86_64-pc-mingw32", rJava fails. I have installed both the 32-bit and 64-bit versions of Java 7 update 9. > library(rJava) Error : .onLoad failed in loadNamespace() for 'rJava', details: call: stop("No CurrentVersion entry in '", key, "'! Try re-installing Java and make sure R and Java have
2009 Feb 02
8
ZFS core contributor nominations
The time has come to review the current Contributor and Core contributor grants for ZFS. Since all of the ZFS core contributors grants are set to expire on 02-24-2009 we need to renew the members that are still contributing at core contributor levels. We should also add some new members to both Contributor and Core contributor levels. First the current list of Core contributors: Bill
2007 Apr 17
4
WIN NT / WIN98 HVM
Hi there, i have trouble with Win NT 4 and WIN98 in XEN DomU when i will install. WinNT says on Hardware detect: # i can find graficadapter, install fails, please reboot ... And Win98 starts in shell an says: # no valid cdrom drivers selected .... My install Disks are ISO Files, my Config: disk = [ ''file:/path/windisk.img,ioemu:hda,w'',
2005 Dec 12
2
convergence error (lme) which depends on the version of nlme (?)
Dear list members, the following hlm was constructed: hlm <- groupedData(laut ~ design | grpzugeh, data = imp.not.I) the grouped data object is located at and can be downloaded: www.anicca-vijja.de/lg/hlm_example.Rdata The following works: library(nlme) summary( fitlme <- lme(hlm) ) with output: ... AIC BIC logLik 425.3768 465.6087 -197.6884 Random effects:
2008 Apr 22
1
lmer model building--include random effects?
Hello, This is a follow up question to my previous one http://tolstoy.newcastle.edu.au/R/e4/help/08/02/3600.html I am attempting to model relationship satisfaction (MAT) scores (measurements at 5 time points), using participant (spouseID) and couple id (ID) as grouping variables, and time (years) and conflict (MCI.c) as predictors. I have been instructed to include random effects for the