search for: rw1070

Displaying 20 results from an estimated 33 matches for "rw1070".

Did you mean: rw1071
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 line 22. If I edit the file BATCH on line 22 and I comment out line 22 (use R::Utils), Rcmd BATCH works fine. Am I doing something wrong or i...
2003 Apr 25
2
sjava w2k
...Path "C:\\latex\\texmf\\miktex\\bin\\;C:\\server\\cvs;C:\\server\\perl\\bin;C:\\server\\apache\\php;C:\\server\\mysql\\bin;C:\\WINNT\\system32;C:\\WINNT;C:\\WINNT\\System32\\Wbem;C:\\chris\\Tcl\\bin;C:\\chris\\dm\\SUPERQ~1;c:\\chris\\dm\\rw1070\\library\\Sjava\\libs;" PATHEXT...
2003 Jun 06
2
Query about C Function Interface
...d help in solving that. I have a code in C, which displays orthogonal arrays when I give number of rows and number of columns to it. I have another code in R that calls this C code. I am very new to R. I downloaded the R and loaded packages base and mva. I also kept my C code .exe file in the R\rw1070 directory and used the function that is written in R. There is some problem in this line it seems: if(!is.loaded(C.symbol("woa"))) dyn.load(woa.obj) # woa is my file name in C Error message coming like this: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable...
2003 Apr 22
1
R 1.7.0: Startup error: Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass"
...in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass" Furthermore, Sys.getenv() reveals: Warning message: package methods in options("defaultPackages") was not found However, this package is included in "C:\Program Files\R\rw1070\library\base\R\Rprofile". code-snippet: . . . local({dp <- as.vector(Sys.getenv("R_DEFAULT_PACKAGES")) if(identical(dp, "")) # marginally faster to do methods last dp <- c("ts", "nls", "modreg", "mva", "c...
2003 May 30
1
Downloading packages from CRAN
...am trying to download packages from CRAN to my Window-based system. I downloaded the most recent version of Perl, as instructed in the Install Manual and the "car" package, just as a trial. Where should they "reside" within my computer: the unzipped Perl I have placed at ...R/rw1070; the "car" package I unzipped and placed at ...R/rw1070/library. Is this correct? I have tried calling various commands via help(...) as a proxy to see if the commands / functions are available [perhaps this is incorrect?] and get the message,"No documentation for ... in specified...
2003 May 16
1
Reloading a shared library with dyn.load
...amp;HelloFromC,1}, {NULL,NULL,0} }; void R_init_HelloFromC(DllInfo *info) { R_registerRoutines(info,CEntries,NULL,NULL,NULL); } ---------------------------------------------------------------- c:\james\HelloFromC> Rcmd SHLIB HelloFromC making HelloFromC.d from HelloFromC.c gcc -IC:/JAMES/rw1070/src/include -Wall -O2 -c HelloFromC.c -o HelloFromC.o ar cr HelloFromC.a *.o ranlib HelloFromC.a gcc --shared -s -o HelloFromC.dll HelloFromC.def HelloFromC.a -LC:/JAMES/rw1070/src/gnuwin32 -lg2c -lR ----------------------------------------------------------------- Now in R 1.7.0... ------...
2003 Jun 12
3
defaults in R: packages, .Rhistory
With the current version (rw1070), every time I start R it loads a whole bunch of packages, many of which I do not need in a typical session: > search() [1] ".GlobalEnv" "package:methods" "package:ctest" "package:mva" [5] "package:modreg" "package:nls" &qu...
2003 Apr 20
2
Win binaries
Hi, I m trying to down load the binary for Win of R1.7 (called R 0.8... ?) from few mirrors but all are down... Is it normal ? Regards Philippe [[alternate HTML version deleted]]
2003 Dec 16
2
Winedit and R
Hi all, I am trying to install add-on in R (rw1070) to work with WinEdit. Libraries Swinregistry and Rwinedt have been installed via "Install Package(s) from local zip files" from R. However, when I run library(Rwinedt) I get the following messages: > library(Rwinedt) Loading required package: SWinRegistry Error in loadNamespace(name)...
2003 May 15
2
Unable to load lapack.dll when using RExcel add-in
...e if I start the R kernel from within Excel and execute "x<-rbind(c(1,2),c(1,-1)) z<-solve(x)", I get the following error: "Error in solve.default(x): lapack routines could not be loaded. In addition: Warning message: unable to load shared library "C:\Program Files\R\rw1070/modules/lapack.dll"; Load library failure. The specified module could not be found." I have the file lapack.dll in the correct directory. I am not sure why the forward slash "/" characters are not back slash's "\" in this error message. However, I do not know if...
2003 May 22
1
Tkrplot works not
...a dependent library could not be found in library path. > Error in library(tkrplot) : .First.lib failed The library tkrplot is installed! I used it under version 1.6.2 several times. In the "Windows-specific changes to R" on CRAN I've seen that: "Tcl/Tk 8.4.1 is bundled in rw1070.exe. You can still use your own installation of Tcl/Tk: see the rw-FAQ." So, I uninstall my tcl-version. But there are still the same errors. Why couldn't R load the tkrplot-library? Thanks for your help and please don't look at my english (it's terrible) Thomas
2003 Jun 03
0
Packages for Windows
...from CRAN. A few others (SJava, XML, gstat, netCDF, xgobi) are available from http://www.stats.ox.ac.uk/pub/RWin. Running update.packages() (or updating packages from the RGui menu) will update packages for the last month or so. Be aware that the bundles VR and dse cannot be updated this way in rw1070 because of a bug: you need to download the zip files and manually unzip them in rw1070/library. The packages built by Uwe are currently on the Vienna master and will propagate around CRAN shortly. They should automatically reflect new or updated packages on CRAN (once the mirroring glitches ar...
2003 Jun 25
0
Rcmd SHLIB on Windows
...MingGW (fortran compiler), Prof. Ripley's Tools package and set PATH environment variable for all. Then when I ran "Rcmd SHLIB combo.f" I got as far as: Rcmd SHLIB combo.f ar cr combo.a *.o ranlib combo.a gcc --shared -s -o combo.dll combo.def omo.a -LC:/PROGRA~1/R/rw1070/src/gnuwin32 -lg2c -lR Warning: .drectve '%.*s' unrecognized So I tried to reinstall R to C:\rw1070, instead of C:\program files, because I read that spaces in file names may cause errors. Now I don't even get that far. Now it reads: g77 -02 -Wall -c combo.f combo.o ap...
2008 Feb 27
1
missing packages from install
...ould be the reason for this? Is this computer related or R version related? I downloaded the gz file for package glmpath into my local drive (Windows XP), how can I install it? I tried: install.packages('H:\\R\\glmpath_0.94.tar.gz') but got error message: Warning message: package 'H:\rw1070\glmpath_0.94.tar.gz' is not available Thanks John Zhang ____________________________________________________________________________________ Looking for last minute shopping deals?
2003 May 07
1
Problems building R-1.7.0 on windows XP
Hola! Everything went well until make distribution The last few lines from the make output is: Copying spatial find rw1070 -name CVS -prune -exec rm -rf \{\} \; FIND: formato de par?metros incorrecto make[2]: *** [imagedir] Error 2 make[2]: Leaving directory `/cygdrive/c/R/Rsource/R- 1.7.0/src/gnuwin32/installer' make[1]: *** [rinstaller] Error 2 make[1]: Leaving directory `/cygdrive/c/R/Rsource/R- 1.7.0/src/gnuwin...
2003 Jun 10
1
Fwd: dse package - load failure
Hello, Sorry a second time again, Maybe I have to add that I'm running R under Windows 2000/XP, and that the download works properly under 1.062 but not under 1.070. Diethelm >Date: Tue, 10 Jun 2003 19:25:33 +0200 >To: r-devel@stat.math.ethz.ch >From: Diethelm Wuertz <wuertz@itp.phys.ethz.ch> >Subject: dse package - load failure >Cc: pgilbert@bank-banque-canada.ca
2003 Jun 03
3
Update VR_7.1-6
The update of VR by downloading VR_7.1-6.zip and using install.packages (from local zip files) fails with the following error message: Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file `VR/DESCRIPTION' Other packages can be installed without problems, except of dse_2003.4-1 with a similar error message. Why? Operating System:
2003 Jun 02
2
Very slow startup on Win32
Hello, I installed R on Windows Terminal Server (a variant of NT) from the binary release. This is my first encounter with R. I have two questions. The initialization time is very long, several minutes between clicking on the "R 1.7.0" icon and getting to the ">" prompt. During that time, the machine appears to be idle. When it finally comes ready, I'm
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 May 05
1
R-1.7.0: Rproxy.dll loadlibrary/freelibrary error (PR#2914)
...D_WITH_ALTERED_SEARCH_PATH); if (m_ProxyModule == 0) { sprintf(lTraceBuffer,"Registry information said to load \"%s\", failed!\n", DLLlocation); OutputDebugString(lTraceBuffer); } } } //module==0 //m_ProxyModule = LoadLibraryEx ("C:\\R\\rw1070\\bin\\Rproxy.dll", NULL, // LOAD_WITH_ALTERED_SEARCH_PATH); SC_PROXY_GET_OBJECT lFunc; lFunc = (SC_PROXY_GET_OBJECT) GetProcAddress (m_ProxyModule, SC_PROXY_GET_OBJECT_FUN); if (lFunc == 0) { return -1; }...