search for: rw2011

Displaying 20 results from an estimated 42 matches for "rw2011".

2005 Oct 05
2
problem in installing a package
...the error message: * checking bbHist-manual.tex ... ERROR LaTeX errors when creating DVI version. This typically indicates Rd problems. I ignored it because I didn't want to submit it to CRAN. Then I tried to use R CMD INSTALL to install it. First I get: "mv: cannot move `c:/PROGRA~1/R/rw2011/library/bbHist' to `c:/PROGRA~1/R/rw2011/library/00LOCK/bbHist ': Permission denied" and a bunch of making DLL errors. Then when I tried a second time, I get: open(c:/progra~1/r/rw2011/library/bbHist/DESCRIPTION): No such file or directory I can see a 00LOCK directory is created i...
2005 Oct 14
3
zip package
Dear all I can not understand how to install the package lpsolve_1.1.9.zip I have read the FAQ and the help pages carefully, but it still not clear for me. I have tried the following (and obtained the respective error messages): >install.packages("c:/ProgramFiles/R/rw2011/library/lpSolve_1.1.9",destdir=" c:/ProgramFiles/R/rw2011/library/lpSolve") Mensagem de aviso: no package 'c:/Program Files/R/rw2011/library/lpSolve_1.1.9' at the repositories in: download.packages(pkgs, destdir = tmpd, available = available, >install.packages(&qu...
2005 Oct 06
1
problem with installing a package
I do have full access to that directory. I have the bbHist package in c:/PROGRA~1/R/rw2011/library/bbHist directory. Then under the library directory I did check and build. Here's what I got: $ R CMD check bbHist * checking for working latex ... OK * using log directory 'c:/progra~1/r/rw2011/library/bbHist.Rcheck' * using R version 2.1.1, 2005-06-20 * checking for file '...
2006 Apr 18
2
installation of package "randomForest" failed
...functions in the package randomForest. Therefore, I did install this package. However, it is not possible to load the library, although I have R-Version 2.1.1 (i.e. later than 2.0.0). The commands I used and the Answers/Error from R is as follows: > install.packages("C://Programme//R//rw2011//library//randomForest_4.5-16.zip", lib="C://Programme//R//rw2011//library//randomForest",repos = NULL) package 'randomForest' successfully unpacked and MD5 sums checked updating HTML package descriptions > library(randomForest) Fehler in library(randomForest) : 'ran...
2005 Nov 16
1
Problem with R.2.2 "No rule to make target `d:/prog/r/rw2011/include/R.h"
...devlopers, I removed yesterday the R.2.1. installation from windows NT laptop and I am getting the following error when building a pacage with R.2.2 ---------- Making package msbase ------------ adding build stamp to DESCRIPTION making DLL ... make[3]: *** No rule to make target `d:/prog/r/rw2011/include/R.h', needed by `llogic.o'. Stop. .... I have no idea from where R.2.2 takes this path information? Yours Eryk -- Witold Eryk Wolski __("< School of Mathematics and Statistics _ \__/ University of Newcastle 'v' || Newcastle upon Ty...
2005 Jul 24
1
R CMD problem on windows XP (PR#8031)
I get this on windows XP, rw2011, precompiled from CRAN: C:\R\rw2011\src\gnuwin32>R CMD build -- binary ./../library/tseriesChaos R CMD build -- binary ./../library/tseriesChaos * checking for file 'binary/DESCRIPTION' ... NO and there it stopped, while the following works: C:\R\rw2011\src\gnuwin32>Rcmd build --bi...
2005 Sep 14
1
R CMD check
...C:/work/VR.Rcheck Looks like `C:/work/VR.Rcheck/00_pkg_src/VR' is a package bundle ---------- Making package MASS ------------ adding build stamp to DESCRIPTION installing NAMESPACE file and metadata making DLL ... making MASS.d from MASS.c making lqs.d from lqs.c gcc -Ic:/PROGRA~1/r/rw2011/include -Wall -O2 -c MASS.c -o MASS.o gcc -Ic:/PROGRA~1/r/rw2011/include -Wall -O2 -c lqs.c -o lqs.o ar cr MASS.a MASS.o lqs.o ranlib MASS.a windres --include-dir c:/PROGRA~1/r/rw2011/include -i MASS_res.rc -o MASS_res. gcc --shared -s -o MASS.dll MASS.def MASS.a MASS_res.o -c:/PROGRA~...
2005 Aug 18
2
axTicks and window resizing
Dear listers, I have written a function to facilitate the drawing of altitude profiles with x (distance), y (altitude) and a z parameter (altitude magnification). profplot<-function(x,y,z=10,...){ op <- par()$mai par(mai=c(0.95625,0.76875,0.76875,0.95625)) plot(x,y*z, type="l",asp=1,las=1,xlab="",ylab="",yaxt="n",...)
2005 Dec 01
1
contrib pkg install problem on Windows with R2.2.0
...2.0 on my PC I got the following error when installing the package from a local directory. One of the C files includes the R.h file which apparently causes problems. I call R CMD INSTALL --docs="normal" depmix and I get the following error: make[3]: *** No rule to make target 'C:/rw2011/include/R.h', needed by derdist.o. Stop. In the previous version of R that I used, the package compiles & installs without problems. My question is what to make of this error since the R CHANGES file states that "The 'rw2010' notation has been dropped." so the rw2011 d...
2005 Jul 08
3
fail in adding library in new version.
Dear all, I really appreciate your help. I think I have a little advancement. ^_^ When I enter the Dos environment, at first, into the D:\>, I type the following code: cd Program Files\R\rw2011\ bin\R CMD install /example "example" is in the d:\, which include the R folder and "DESCRIPTION" file, But I wrote nothing in the "DESCRIPTION" file. Actually, I don't know what I should write in it. Well, there are still aother error: ---------- Making packag...
2006 Mar 22
5
install local packages
...pen compressed file 'mclust/DESCRIPTION' 2. using function "install.packages". the command I use is install.packages(mclust.zip,"D:\sfu\BC project\clustering project\stuff from Jeffrey\flowCytometryClustering",repos=NULL,destdir="C:\Program Files\R\rw2011\library") But error is "object "mclust.zip" not found". Could you please help me how I can install the local packages? Thanks a lot!
2005 Jul 07
2
答复: 答复: fail in adding library in new version.
...ot;example", include "DESCRIPTION" file and "R" folder. In the "R" folder, the "example" file just content very simple code as the previous mail said. So in the Dos environment, at first, into the D:\>, I type the following code: cd Program Files\R\rw2011\ bin\R CMD install /MyRpackages/example There are some error: 'make' is neither internal or external command, nor executable operation or batch file *** installation of example failed *** Removing 'D:/PROGRA~1/R/rw2011/library/example' I think I have closed to success. heehee~~~~~...
2005 Jul 21
2
The steps of building library in R 2.1.1
...Uwe Ligges Without your help, I will lower efficiency. I noticed that some other friends were puzzled by the method of building library. Now, I organize a document about it. Hoping it can help more friends. 1. Read the webpage <http://www.stats.ox.ac.uk/pub/Rtools> 2. Download the "rw2011.exe"; Install the newest version of R 3. Download the "tools.zip"; Unpack it into c:\cygwin 4. Download the "ActivePerl-5.6.1.633-MSWin32-x86.msi"; Install Active Perl in c:\Perl 5. Download the "MinGW-3.1.0-1.exe"; Install the mingw32 port of gcc in c:\mingwin 6....
2005 Jul 27
1
error message running R2WinBUGS
...ot;c:/Program Files/WinBUGS14/", working.directory = NULL ) Even if I changed initial values several times, I still keep geting the following error message in Winbugs: display(log) check(S:/Common/zhangqi/ebayes/for R/model.txt) model is syntactically correct data(C:/Program Files/R/rw2011/data.txt) data loaded compile(2) model compiled inits(1,C:/Program Files/R/rw2011/inits1.txt) value of binomial x[1,28] must be between zero and order of x[1,28] I really have no clue about what I can do to fix it. Could any of your please take a look at my problem, I truely appreciate any...
2005 Nov 29
2
help with R
...o use 245 dummy variables with a linear model to identify non-trivial seasonality occuring on certain days. All this makes for quite a bit to type in, which is why I've resorted to writing a batch script. I've tried loading the batch script via the command >source(C:\\Program Files\\R\\rw2011\\HO_Rscript.txt) in interactive mode but I get an error. Question 2: can someone point out the syntax flaw in trying to upload this batch script text file? If I can get R to upload the script I can atleast begin to debug it. I am a UNIX 3.0 person by training. If you like you can email me your...
2005 Sep 10
2
Output of warnings inside the source function
...ere are to files 1. File "test" with content: source("test_foo",local=T) 2. and file "test_foo" with content: options(warn = 1) sink("c:/temp/foo.txt",append=F) warning("Foo warning") warnings() sink() 3. If I run R as "c:\Program Files\R\rw2011\bin\R.exe" --no-save < test > out.txt the file "c:/temp/foo.txt" will contain nothing. But I'd like it should contain the warning message "Foo warning". Is the behavior a bug of R or there is another way to get it working. Thanks in advance, Alex
2005 Oct 20
2
md5sum for R-2.2.0-win32.exe ??
I get c1279b77fcccf40379f59a83523a440e *R-2.2.0-win32.exe but I see e8bdf765fe8013129045314c8e2605fd *rw2011.exe on several USA mirrors. I hope the latter is merely in need of a replacement and not an indication of a problem with the web sites. Chuck Charles C. Berry (858) 534-2098 Dept of Family/Preventive Medicine E mailto:cberry at...
2005 Aug 13
2
Problems runing R CMD check
...rror bellow. Any suggestions on how to set TMPDIR would be greatly appriciated! C:\Ales\Statistika\Blocno modeliranje\dr\blockmodeling>R CMD check * checking for working latex ...Error: environment variable TMPDIR not set (or s et to unusable value) and no default available. at D:\PROGRA~1\R\rw2011\share\perl/R/Utils.pm line 72 Thank you in advance for any help! Ales Ziberna P.S.: I am runing R 2.1.1 on Win XP, SP2. I installed rtools, mingw, perl as suggested in the manuals.Here are some details about R: platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status...
2005 Jun 29
2
"all connections are in use" error during lazyload stage of packa ge installation
Hi, I suddenly started getting strange errors while working on my caTools package: >RCMD install C:/programs/R/rw2011/src/library/caTools ...... preparing package caTools for lazy loading Error in file(file, "r", encoding = encoding) : all connections are in use Execution halted make: *** [lazyload] Error 1 *** Installation of caTools failed *** I searched through R website and maili...
2005 Aug 05
3
Latex error with Sweave example
...ory. Sweave-test-1-006.eps Sweave-test-1-006.pdf Sweave-test-1-007.eps Sweave-test-1-007.pdf Sweave-test-1.tex When I run latex on this, I get a latex error, log file below. I am running R 2.1.1 on Windows XP. I have installed "small MiKTeX" and I have added "C:\Program Files\R\rw2011\share\texmf" to the roots of MiKTex. The MiKTeX test ran fine after I installed it. Any tips would be most appreciated. This is e-TeX, Version 3.141592-2.2 (MiKTeX 2.4) (preloaded format=latex 2005.8.5) 6 AUG 2005 09:28 entering extended mode **Sweave-test-1 (Sweave-test-1.tex LaTeX2e &l...