Displaying 20 results from an estimated 1000 matches similar to: "sjava w2k"
2003 May 08
3
R crashes with package SJava; was Memory leakage?
Dear all,
Maybe this has something to do with R crashing?
When my R version crashes, there is Rgui.exe still
running in the background (i.e. W2K's task manager
recognises it only as a process, which apparently
is using almost 100% of the CPU).
I can reproduce that by "using" the SJava package
(from Brian Ripley's homepage, as suggested on
http://www.omegahat.org/RSJava/).
2003 Apr 22
1
R 1.7.0: Startup error: Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass"
Dear R-List member,
I have installed the new version of R on my PC (see system details below). I
can start the RGui with http_proxy succesfully. However, I do encounter two
problems:
1)
After starting the Rgui the following error message is displayed (vertical
dots represent omissions of output):
R : Copyright 2003, The R Development Core Team
Version 1.7.0 (2003-04-16)
.
.
.
.
Error in
2004 Apr 22
6
Fatal Error: Invalid HOMEDRIVE
All,
I've encountered the same problem as others who have posted under the same
subject.
I've had R-1.8.1 installed and running since it was released. Yesterday
morning when I tried to start Rgui.exe I got the subject error message.
Since I live at the whim of the network administrators I can only assume it
was a recent MS critical update.
I tried installing R-1.9.0 but no joy.
I
2008 Oct 08
1
help for compile sjava
Dear duncan,
I'm writing to ask you for some help about compiling SJava.
I encounter some errors when I compiled SJava on Window XP:
Building JNI header files...
Extracting the classes from Environment.jar
/jdk1.3/bin/jar: not found
RForeignReference
After executing command "sh ./configure.win C:/Program Files/R/R-2.7.2", I
modify the JAVA_HOME in file "$RHOME/
2004 Apr 20
10
Error with 1.9.0 - Invalid HOMEDRIVE
I installed R project 1.9.0 on Windows XP. The installation went well.
Then, I rebooted. Next, I clicked the icon under Programs in the Start
menu and received this error, "Fatal Error: Invalid HOMEDRIVE". I
clicked OK to the error message. The program does not start. I went to
a DOS prompt and did "echo %HOMEDRIVE%" and it returned "C:". This
letter is a valid
2004 Oct 27
1
SJava loading --error!
Hi list,
I am having a problem in SJava. while loading the library I get the
folowing error.
> library(SJava)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/usr/lib/R/library/SJava/libs/SJava.so":
libRSNativeJava.so: cannot open shared object file: No such file or
directory
Error in library(SJava) : .First.lib failed for
2005 Aug 05
1
SJava linux installation problems
Hi:
I am extremely new to linux so bare with the questions. I am trying to
install the SJava package for R on linux (debian).
I issue the R CMD INSTALL SJava_0.68-0.tar.gz and get the following error
Cannot find Java.
Please set your path to include the directory in which the java executable
resides,
or set the environment variable JAVA_HOME before this configure script is
run.
I have
2002 Sep 03
1
Bugs in $RHOME/src/library/SJava/src/makefile.win (PR#1977)
Full_Name: Heinz Grimm
Version: R1.5.1
OS: Windows NT
Submission from: (NULL) (195.65.178.178)
Line 11 is:
"DLLLIBS=-L'c:/jdk1.3/lib' -L$(JAVA_HOME)/jre/bin/hotspot...."
should be:
"DLLLIBS=-L$(JAVA_HOME)/lib -L$(JAVA_HOME)/jre/bin/hotspot...."
Line 59 is:
" (cd .. ; ./configure.win $(RHOME))"
should be:
" (cd .. ; sh ./configure.win $(RHOME))"
2004 Aug 30
2
problem with SJava
hello,
I am trying to install SJava on Windows XP as
described on
http://www.omegahat.org/RSJava/:
at the level configure.win:
$rhome/sjava/configure.win returned "argument 'c:/...'
ignored"
When i tried to install like the readme file, it
returned in R
> library(SJava)
using JAVA_HOME = C:\Program Files\Java\j2re1.4.2_04
> .JavaInit()
Error in .JavaInit() :
2003 Sep 24
1
SJava help
Hi,
I installed SJava 0.66-1 on my linux RH 7.2 machine. I am using R-1.7.1.
I set LD_LIBRARY_PATH up then called library(SJava) and it was fine. But
when I called .JavaInit(), I got weird error that states it could not
find java/lang/Hashtable. The session is below and shows my java
configuration. I am using j2sdk1.4.2_01 from Sun.
Thank you very much.
Weiming Zhang
> .javaConfig
2008 Oct 23
0
R CMD Rd2dvi (PR#13200)
Hello,
I can build packages with R-2.8.0 but I cannot run the code:
R CMD Rd2dvi --pdf --no-clean <pkg_name>
=20
Error message:
.: Can't open C:/Apps/R/R280/share/sh/dcf.sh: No such file or directory
The system cannot find the path specified.
=20
The above code works fine in R-2.7.2.
=20
Comparing the bash script Rd2dvi.sh between R-2.7.2 and R-2.8.0 makes me
think that the script is
2003 Jul 16
2
Fatal error in SJava.
Dear r-helpers,
I have been trying to invoke R from Java in a Windows 2000 computer
(unfortunately). All my environment variables seem to be properly set,
everything seems to be in order, but I obtaining a
Fatal error: unable to open the base package
error window.
Also, the output of the invoker is
Loading RInterpreter library
R_HOME: R_HOME=C:/Programas/R
RVersion: R_VERSION=1.6.1
whereas
2004 Jun 08
3
SJAVA error
Hi
I'm trying to use SJava and I have troubles.
I try to run examples from "Calling R from Java"
but,I have an error that
"fatal error: enable to open the base package"
I heard SJAVA bug,
so,could you send me your compiled SJava package with the modified
REmbed.c because
in Windows i'm not able to recompile!!!
--example
package org.omegahat.R.Java;
public
2010 Feb 19
1
[PATCH/cygwin] reduce number of propagated environment variables
Hi,
could somebody apply the below patch, please? It removes a couple of
environment variables which are propagated to the child process so far,
but which not really necessary to keep child processes running. What's
left now is the bare minimum which is requested by scripts, typically.
Thanks,
Corinna
Index: openbsd-compat/bsd-cygwin_util.c
2004 Dec 29
2
Makefile vs Makevars vs configure
Apologies in advance for the long post.
I'm currently using a Makefile to build my shared library. Pursuant to the
R-exts manual, I'd like to switch to a Makevars file or a configure file if
necessary.
Having never used these types of make utilities before, I'm a bit lost.
My package is quite simple. It only has one source file and one header:
excelpoi.cpp
excelpoi.h
The reason I
2017 Jul 04
0
Unable to install packages in R: Error in if (any(diff)) { : missing .....
Unable to install packages in R: Error in if (any(diff)) { : missing value
where TRUE/FALSE needed
Sorry for my bad english
I need help in solving the following problem with R
When I try to install a package it end with the following error msg:
Error in if (any(diff)) { : missing value where TRUE/FALSE needed
the enviroment in windows 7 xp1 x64
R-3.4.1 was just installed
R was started with
2003 Mar 03
1
Q: Best-Practice for Swing-GUI calling R-code on Windows?
org.omegahat.R.Java.REvaluator e = new
org.omegahat.R.Java.REvaluator();
Object val = e.eval("objects()");
if(val != null) {
String[] objects = (String[])val;
for(int i = 0 ; i < objects.length; i++)
System.err.println("("+i+") " + objects[i]);
}
hello,
thanks to Philippe Grosjean's work I finally got SJava working (on Windows
XP!!), so that I can
2003 May 12
1
problems with Rcmd BATCH (PR#2965)
Hello,
I have a test file that runs OK with
> Rterm.exe --no-restore < filename.R
When I try
> Rcmd BATCH filename.R
I get the following error message:
Can't locate R/Utils.pm in @INC (@INC contains:
C:\PROGRA~1\R\rw1070\share\perl
c:/Perl/lib c:/Perl/site/lib .) at
C:\PROGRA~1\R\rw1070/bin/BATCH line 22.
BEGIN failed--compilation aborted at
C:\PROGRA~1\R\rw1070/bin/BATCH
2007 Jan 03
1
troubles installing SJava for R
Hello all,
I am using R 2.4.0 and SJava 0.69-0 on linux.
I am not able to install SJava on R. The following errors appear when
installing:
...
** R
** inst
WARNING: use of install..R is no longer supported
** preparing package for lazy loading
Creating a new generic function for "merge" in "SJava"
** help
>>> Building/Updating help pages for package
2004 May 26
3
SJava
Hi again!
I'm trying to download SJava from the http://www.omegahat.org/RSJava/
website.
I'm trying to get the binary.
I download the version from BDR's website.
When I unzip the file via unzip.exe, the new folder appears as SJAVA (upper
case).
>library(SJava)
Error in library(SJava) : There is no package called 'SJava'
>library(SJAVA)
Error in library(SJAVA) :