Displaying 20 results from an estimated 42 matches for "rw1051".
Did you mean:
rw1041
2002 Oct 24
1
Rjava failing to initialize in Windows 2000
...C("s_start_VM", as.character(classPath), as.character(classPath),
length(as.character(properties)))
with the error message
"Couldn't start Java Virtual Machine: Can't create Java Virtual Machine"
With the following arguements:
classPath=
"C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/Environment.jar;
C:/PROGRA~1/R/rw1051/library/SJava/org/..;
C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/antlr.jar;
C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/jas.jar;
C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/jhall.jar"
All files ar...
2002 Aug 13
1
Rcmd SHLIB under NT
Hello:
I'm trying to use Rcmd SHLIB to compile a single file, sann.c, to
get sann.dll.
I was able to get
make libR.a
to work, after going into MkRules and changing the line
DLLTOOL=$(BINPREF)dlltool -k --as $(AS)
to read
DLLTOOL=C:/MINGW-1.1/bin/dlltool -k --as $(AS)
But now I get:
C:\rw1051\src\gnuwin32>Rcmd SHLIB sann.c
make: make: Command not found
make: *** [libR] Error 127
My path is as follows:
C:\rw1051\src\gnuwin32>path
PATH="C:\Rtools\";C:\Mingw-1.1\bin;C:\Perl\bin;"C:\Rw1051\bin";C:\WINNT\syst
em32
;C:\WINNT;"D:\Program Files\Hummingbird\Conn...
2002 Aug 09
2
error starting SJava: classpath
...erface manager class. Check you classpath!
> Javaconfig()
Error: couldn't find function "Javaconfig"
> JavaConfig()
Error: couldn't find function "JavaConfig"
> tmp <- javaConfig()
> tmp$classPath
[1]
"E"
[2] "\\Program
Files\\R\\rw1051\\library\\SJava\\org\\omegahat\\Interfaces\\NativeInterface\\OmegaInterfaceManager.class;E"
[3]
"\\ora9ias\\ORAINST\\jdbc\\lib\\classes111.zip;E"
[4]
"\\ora9ias\\ORAINST\\lib\\servlet.jar;C"
[5] "\\Program
Files\\JavaSoft\\JRE\\1.1\\lib;C"
[6] &qu...
2002 Jul 10
0
Configuring SJava on Windows
...SJava in the last released of R
(1.5.1)... I am able to load the library... but I have some problems to run this library:
> .JavaInit()
Error in .JavaInit() : Couldn't start Java Virtual Machine: Can't create Java Virtual Machine
> javaConfig()
$classPath
[1] "F:/Program Files/R/rw1051/library/SJava/org/omegahat/Jars/Environment.jar"
[2] "F:/Program Files/R/rw1051/library/SJava/org/.."
[3] "F:/Program Files/R/rw1051/library/SJava/org/omegahat/Jars/antlr.jar"
[4] "F:/Program Files/R/rw1051/library/SJava/org/omegahat/Ja...
2002 Sep 20
1
Trouble in running Rcmd --check on Windows 2000.
...nstalled. Is there anyone out who can help me? Please help!
D:\home\wolski\Rproject>Rcmd check --no-latex --library=D:\home\wolski\Rproject\temp D:\home\wolski\Rproject\mscalib
* using log directory 'D:/home/wolski/Rproject/mscalib.Rcheck'
make: Entering directory `/cygdrive/d/prog/R/rw1051/src/gnuwin32'
make DLLNM= FLIBS="-lg2c -lRblas" \
-C D:/home/wolski/Rproject/mscalib PKG=mscalib RHOME=d:/prog/R/rw1051 RLIB=D:/home/wolski/Rproject/temp \
-f d:/prog/R/rw1051/src/gnuwin32/MakePkg
make: /bin/sh.exe: Command not found
make: *** [pkg-mscalib] Error 127
make: Leaving...
2002 Sep 29
1
Runnin R prorams from a command line
...am having problems. My goal is to
be able to use R from batch scripts in both windows
and also in Linux eventually later.
When I first ran "rcmd BATCH --help" it said that
perl was not found. after installing perl and
running again, I received the following error:
C:\Program Files\R\rw1051\bin>rcmd BATCH -h
Can't locate R/Utils.pm in @INC (@INC contains:
C:\PROGRA~1\R\rw1051\share\per
C:/ActivePerl/Perl/lib C:/ActivePerl/Perl/site/lib
.) at C:\PROGRA~1\R\rw1051/
n/BATCH line 22.
BEGIN failed--compilation aborted at
C:\PROGRA~1\R\rw1051/bin/BATCH line 22.
Any help would be mu...
2002 Jun 04
1
compiling packages
Hello, Using R 1051 in win98
When I try to build a library Addreg with DESCRIPTION, Index and Title
in R and subdirectories Man and R. From a Command window I do:
c:\> c:\rw1051\bin\Rcmd INSTALL c:\r_src\src\library\addreg
--library=c:\r\src\library
make: Entering directory '/cygdrive/c/rw1051/src/gnuwin32'
make DLLNM= \
-C c:/r_src/src/library/addreg PKG=addreg RHOME=c:/rw1051
RLIB=c:/r_src/library \
-f c:/rw1051/src/gnuwin32/MakePkg
make: make: Command not fou...
2002 Jun 28
3
rw1051 binary dist missing dyn.load documentation (PR#1719)
The binary package (version of 6/17) of rw1051 for Windows is missing
html documentation for dyn.load() The file is present in
$R_HOME/library/base/html, but has zero bytes. dyn.load help IS
accessible through the windows help system.
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 5....
2002 Aug 12
1
Error 127 and dlltool
...rashing R every time I try to use C code.
Here is what I did, basd on readme.packages:
1.) Ensured that C:\Rtools was first in my path, and obtained a new tools.zip from BDR's R tools site.
2.) Ensured that I do have Mingw-1.1, whose bin directory is in my path. Here is my path:
C:\rw1051\src\gnuwin32>path
PATH="C:\Rtools\";C:\Perl\bin;"C:\Mingw-1.1\bin";"C:\Rw1051\bin";C:\WINNT\system32;C:\WINNT;"D:\Program Files\Hummingbird\Connectivity\7.00\Accessories\";C:\Mingw-1.1\bin;
3.) Installed ActivePerl 5.6.1.
4.) Set R_HOME to C:\Rw1051...
2002 Jul 01
0
error starting SJava: classpath?
...all to .alias(), with the following results on startup:
> library(SJava)
> .JavaInit()
Error in .JavaInit() : Couldn't start Java Virtual Machine: Cannot find the Omegahat interface manager class. Check you classpath!
> tmp <- javaConfig()
> tmp$classPath
[1] "C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/Environment.jar"
[2] "C:/PROGRA~1/R/rw1051/library/SJava/org/.."
[3] "C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/antlr.jar"
[4] "C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/jas.jar"
[5] "C:/PROGRA~1/R/rw1051/...
2002 Sep 11
1
.Renviron and Renviron.site (on Windows XP)
Hello,
Could someone please tell me why the following doesn't work:
I have a file C:\Program Files\R\rw1051\etc\Renviron.site, which
contains the line:
R_LIBS= "C:/Jim/LocalR-Libraries/FromCran";
"C:/Jim/LocalR-Libraries/Cantata"
>From the documentation, I gather that I have put this file in the
default location, but to be safe I also explicitly set the R_ENVIRON
environment var...
2002 Aug 04
3
Fortran DLLs
Hello everyone,
I'm using R 1.5.1 on Windows.
I chose the option 'Install Source Files' when installing R.
The code below shows my use of the command SHLIB and the error I get.
C:\R\rw1051\bin>Rcmd SHLIB C:\Stage 9 (Phase 2)\cir3int.f
'perl' is not recognized as an internal or external command,
operable program or batch file.
I'm assuming I'm missing some perl files or libraries that are needed to make either Rcmd or SHLIB work. Where do I get them and what directo...
2002 Jun 28
1
windres problem
...t found
make[2]: *** [VGAM_res.o] Error 127
make[1]: *** [src/VGAM.dll] Error 2
make: *** [pkg-VGAM] Error 2
In more details, it goes like the following.
C:\Temp>Rcmd build --binary VGAM
* checking for file 'VGAM/DESCRIPTION' ... OK
make: Entering directory `/cygdrive/c/PROGRA~1/R/rw1051/src/gnuwin32'
make DLLNM= FLIBS="-lg2c -lRblas" \
-C C:/Temp/VGAM PKG=VGAM RHOME=c:/PROGRA~1/R/rw1051 RLIB=c:/TEMP/Rbuild.972 \
-f c:/PROGRA~1/R/rw1051/src/gnuwin32/MakePkg
make[1]: Entering directory `/cygdrive/c/Temp/VGAM'
---------- Making package VGAM ------------
mkdir -p...
2002 Jul 30
1
Unable to install new package using local zip file (PR#1854)
Full_Name: Jagadish Rangrej
Version: 1.5.1
OS: windows 2000
Submission from: (NULL) (192.139.231.5)
I have produced one package using
>Rcmd install pubbias (pubbias is the name of pkg),
to move it to any new computer, I take the zip file of, "Program
file\R\rw1051\library\pubbias" and install it using menu option in R for
installing from local zip files.
It gives the error : "error -1 in extracting from zip file"
solved :
before installing using menu option, go to "program files\R\rw1051\library" and
make a directory "pubbias&...
2002 Jun 27
1
Building from a source-code library under windows
...don't know what; it is even harder to debug
something when it doesn't crash!!
Does anyone have any idea how I can improve this situation?
Your help will be very much appreciated.
In-Sun
( the relevant details are as follows)
############
# COMPILE #
############
set R_HOME=C:\progra~1\R\rw1051
path;
PATH=%SystemRoot%\system32;%SystemRoot%;C:\PROGRA~1\R\rw1051\tools;C:\PROGRA
~1\R\rw1051\MinGW\bin
PATH=%path%;C:\PROGRA~1\perl\bin;C:\PROGRA~1\R\rw1051\bin;C:\PROGRA~1\R\rw10
51\share\perl\R
PATH=%path%;C:\PROGRA~1\pfe;C:\Progra~1\DevStu~1\VC\bin;C:\Progra~1\DevStu~1
\Shared~1\bin
PATH=%pat...
2002 Sep 23
3
Rgui.exe crashes on startup (PR#2057)
Full_Name: Zhen Liu
Version: 1.5.1
OS: Window XP Home/Window NT 4.0
Submission from: (NULL) (205.142.0.75)
I have installed R-1.5.1 using SetupR.exe on both my home laptop (Sony Vaio
running Window XP Home) and in office (Compaq AP550 running Window NT 4.0), but
they shared the same problem. Both worked for a while, but then Rgui.exe crashed
on the startup, complains:
The exception
2002 Jul 01
1
settings for windows()
Hello,
I would like to change the default size of the routinely opened graphics window - (width = 7, height = 7)- to -(width = 6.25, height = 6.25)- in rw1051 but I can't find out how?
Sincerely Fredrik Lundgren
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "...
2003 May 26
2
Problem with library
Hello.
I'm using R 1.7.0 on win98 ver2. I erased all my previous versions of R,
and install r 1.7.0. When I write "library()" I receive on a separate
pane all the lib in ver 1.7.0, and the following msg "Warning message:
library 'C:/Program Files/R/rw1051/library' contains no package in:
library()"
Where is this msg coming from?? How to remove it?
Thnx Yakov
2004 Apr 16
2
install packages
...trying URL `http://cran.us.r-project.org//bin/windows/contrib/PACKAGES'
Error in download.file(url = paste(contriburl, "PACKAGES", sep = "/"), :
cannot open: HTTP status was `404'
In addition: Warning message:
argument `lib' is missing: using C:/PROGRA~1/R/rw1051/library in: install.packages("modreg")
Can you tell me why?
---------------------------------
[[alternative HTML version deleted]]
2002 Sep 23
2
R crash with internet2.dll
Hi,
I'm using:
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 5.1
year 2002
month 06
day 17
language R
and I would like to apply:
> update.packages()
trying URL