search for: rw2010

Displaying 20 results from an estimated 38 matches for "rw2010".

Did you mean: rw2011
2005 Jun 19
1
Creating a R package for Windows XP
...sets" : > f <- function(x,y) x+y > g <- function(x,y) x-y > d <- data.frame(a=1, b=2) > e <- rnorm(1000) > > package.skeleton(name="mypkg", list=c("f","g","d","e"), + path="c:/R/rw2010/library", force=TRUE) Creating directories ... Creating DESCRIPTION ... Creating READMEs ... Saving functions and data ... Making help files ... Created file named 'c:/R/rw2010/library/mypkg/man/f.Rd'. Edit the file and move it to the appropriate directory. Created file named 'c:/R...
2005 Apr 21
1
R 2.1.0 for Windows installation error? atanh not in R.dll?
Could someone please tell me what I did wrong to create this message or what I should do to correct this problem? I downloaded 2.1.0 Windows binary and installed into C:/R/rw2010, using the installer. I ran md5check.exe in C:/R/rw2010/bin/ and got "No errors." The problem is this: When I start up Rgui.exe from its shortcut (target= C:\R\rw2010\bin\Rgui.exe --save -sdi, Start in C:\R\rw2010), I get a message box with: R Console: Rgui.exe - Entry Point Not Found...
2005 Aug 29
2
FW: RServe initialization problem
...want to use the R functionalities in my Java program. I found the Rserve that appear to suite my requirements but I'm facing some configuration problems. I' following the web page tutorial (http://stats.math.uni-augsburg.de/Rserve/doc.shtml) but I face the above problem: C:\Program Files\R\rw2010\bin>R CMD RSERVE Can't open perl script "C:\PROGRA~1\R\rw2010/bin/RSERVE": No such file or directory Thanks in advance, Joel Arrais, joelarrais at gmail.com
2005 Apr 21
1
Installing packages from source code
...Port) and installed it. I downloaded source code of abind package (abind.1.1-0.tar.gz) to C:\, as an example. 1. I tried to install abind package in Rgui by typing in: install.packages(repos=NULL, pkgs='c:/abind.1.1-0.tar.gz', type='source', lib = 'c:/program files/r/rw2010/library/') Warning message: installation of package 'c:/abind.1.1-0.tar.gz' had non-zero exit status in: install.packages(repos = NULL, pkgs = "c:/abind.1.1-0.tar.gz", > 2. I then tried to install abind package in CMD: r cmd install -l "c:/progra~1/r/rw2010/library/&q...
2005 Apr 21
0
DOH! RE: R 2.1.0 for Windows installation error? atanh not in R.dll?
..., April 21, 2005 9:40 AM To: r-help at stat.math.ethz.ch Subject: R 2.1.0 for Windows installation error? atanh not in R.dll? Could someone please tell me what I did wrong to create this message or what I should do to correct this problem? I downloaded 2.1.0 Windows binary and installed into C:/R/rw2010, using the installer. I ran md5check.exe in C:/R/rw2010/bin/ and got "No errors." The problem is this: When I start up Rgui.exe from its shortcut (target= C:\R\rw2010\bin\Rgui.exe --save -sdi, Start in C:\R\rw2010), I get a message box with: R Console: Rgui.exe - Entry Point Not Found...
2005 Aug 29
1
RServe initialization problem
...to use the R functionalities in my Java program. I found the Rserve that appear to suite my requirements but I'm facing some configuration problems. I' following the web page tutorial (http://stats.math.uni-augsburg.de/Rserve/doc.shtml) but I face the above problem: C:\Program Files\R\rw2010\bin>R CMD RSERVE Can't open perl script "C:\PROGRA~1\R\rw2010/bin/RSERVE": No such file or directory Thanks in advance, Joel Arrais, joelarrais@gmail.com <mailto:jpa@ieeta.pt> [[alternative HTML version deleted]]
2005 Apr 25
2
Installing packages, again
Hi again, I've just uninstalled R2.01 and installed the new R2.10 on my WindowsXP machine. I then attempted to install the vegan package from source files, as I learned to do last week, with the help of some of you. I have updated my path variable to the new R directory (R/rw2010/bin instead of R/rw2001pat/bin), and I've still got the HTMLHelpWorkshop files installed, as well as Perl and the MinGW compiler. I didn't change anything in those files, and everything is stored in directories without spaces in the name. I had trouble with the install, so I deleted the...
2005 Apr 23
1
RCMD check error windows
...o compiled code). However for some reasons, I cannot check or build the package 'foreign' from the source (I took it as an exercise...). After some lines of sentences OK (here omitted and replaced by ...), I get a message like this: RCMD check foreign ... installing R.css in 'C:/R/rw2010/src/library/foreign.Rcheck' -------Making package foreign------------------- adding build stamp to DESCRIPTION intalling NAMESPACE file and metadata making dll make[4]: ***[libR.a] Error 255 make[3]: ***[libR.] Error 2 make[2]: ***[srcDynlib] Error 2 make[1]: ***[all] Error 2 make: ***[pkg-fore...
2005 Jun 08
3
install package "snow"
...GUI interface. So I have to go to CRAN to download the source file: snow_0.2-1.tar.gz. Then I tried to install it using the following command: > install.packages(repos=NULL, pkgs='C:\Documents and Settings\Desktop\snow_0.2-1.tar.gz', type='source', lib = 'c:/program files/r/rw2010/library/') Warning message: installation of package 'C:Documents and Settingsyzhang24Desktopsnow_0.2-1.tar.gz' had non-zero exit status in: install.packages(repos = NULL, pkgs = "C:Documents and Settingsyzhang24Desktopsnow_0.2-1.tar.gz", What's the problem here, and ho...
2005 Jun 07
1
update.packages keeps trying to update gregmisc
...ll wants to update 'gregmisc'. It should have updated everything the first time and should not be trying to update anything the second time. Any comments? Here is the transcript of a session (R version at end): > update.packages() gregmisc : Version 2.0.7 installed in C:/PROGRA~1/R/RW2010~1/library Version 2.0.8 available at http://probability.ca/cran Update (y/N/c)? y trying URL 'http://probability.ca/cran/bin/windows/contrib/2.1/gregmisc_2.0.8.zip' Content type 'application/zip' length 2465 bytes opened URL downloaded 2465 bytes package 'gregmisc' succe...
2006 Jan 10
1
R CMD not recognized at command-line
Hi, I am trying to run a batch command on Windows XP and R CMD is not recognized. I get the error, "'R' is not recognized as an internal or external command, operable program or batch file." I have "C:\Program Files\R\rw2010\bin" in my $PATH variable and Rcmd.exe has been installed in that folder. I have restarted the computer to make sure any changes in the $PATH variable registered. I have tried directly calling Rcmd.exe or R.exe. None of this had any effect and I can't think what I'm forgetting. In...
2005 Jun 30
5
答复: fail in adding library in new version.
...der. in "R" folder contain a "example" file. I just write very simple script in it: a<-2; b<-3;sum <- sum(a,b); print(paste(a,"+",b,"=",sum)) 6. I opened the DOS environment. Into the "D:\>" Type the following code: cd \Program Files\R\rw2010 But I don't understand the second line you writed in your previous mail: "bin\R cmd install /MyRPackages/example" I am not sure that I set up R in "D:\" But I do so much action in C:\ Did I do the correct action? Did I do the action into the correct path? I still need you...
2005 Apr 30
2
Warning from Rcmd check - data could not find data set
This is rw2010 from CRAN. When running Rcmd check on a package I get: Warning in utils::data(list = al, envir = data_env) : data set 'vowel.test' not found Warning in utils::data(list = al, envir = data_env) : data set 'vowel.train' not found Warning in utils::data(list = al, envir = d...
2005 Apr 30
2
Warning from Rcmd check - data could not find data set
This is rw2010 from CRAN. When running Rcmd check on a package I get: Warning in utils::data(list = al, envir = data_env) : data set 'vowel.test' not found Warning in utils::data(list = al, envir = data_env) : data set 'vowel.train' not found Warning in utils::data(list = al, envir = d...
2005 May 11
7
bug in modulus operator %% (PR#7852)
The following can't be right, first rw2010: > 1 %% 0.001 [1] 0.001 Then rw2001: > 1 %% 0.001 [1] -2.081668e-17 > and the last seems about right. -- Kjetil Halvorsen. Peace is the most effective weapon of mass construction. -- Mahdi Elmandjra -- No virus found in this outgoing message. Checked by A...
2005 Jul 07
2
答复: 答复: fail in adding library in new version.
...; folder contain a "example" file. I just write very simple script in it: > a<-2; b<-3;sum <- sum(a,b); print(paste(a,"+",b,"=",sum)) > > 6. I opened the DOS environment. Into the "D:\>" Type the following code: > cd \Program Files\R\rw2010 > But I don't understand the second line you writed in your previous mail: "bin\R cmd install /MyRPackages/example" I was assuming that MyRPackages and R are on the same disk. If they are not then you need to specify the disk too. That is if MyRPackages is on C and R is installe...
2005 May 18
2
Why can't I download "window binary" zip packages
Hello there, I tried so many times to download windows binary zip package but it told me that I don't have the access to do so. It worked for me a few months ago. Please help me with it. Thank you Lisa Wang Msc. Princess Margaret Hospital Toronto , Canada tel: (416) 946 4501 ext.5201
2005 Dec 01
1
contrib pkg install problem on Windows with R2.2.0
...g 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 directory does not even exist. Even so, R CMD INSTALL does not complain that it can not find the directory but only says there is "no rule to make target", which I fail to understand. Any hints are welcome, best, ingmar
2004 Nov 28
1
Version names
...would continue to sort after it. I tried using dates in my scripts to pick out the right one but realized that it was somewhat error prone and decided to move back to ordering by the names. I wonder if a naming convention could be adopted that ensured that the names sort in order. For example, rw2010a - alpha, i.e. development version (previously rw2010dev) rw2010b - beta version (previously rw2001beta) rw2010f - final version (previously rw2010) rw2010p - patched version (previously rw2010pat) Other possibilities might include an ascending numeric or date suffix. I also thought about exec...
2005 May 06
1
Latex can not find Rd.sty
...l <http://www.murdoch-sutherland.com/Rtools/miktex.html> " website to fix this exact problem. This page suggested "findtexmf Rd.sty" command to "check whether it is finding Rd.sty in the right place". When I try that I get: C:\>findtexmf Rd.sty C:\programs\R\rw2010\share\texmf\Rd.sty Which is the correct place where the file lives. I also tried workarounds 1 and 4, but it did not help. Any ideas of other thinks I can do? My setup is: - Windows XP - R 2.1.0 - Mitex 2.4.1461 The Mitex was working fine on my machine before but since I went from Windows 2K to...