search for: rw2011pat

Displaying 4 results from an estimated 4 matches for "rw2011pat".

2005 Nov 26
1
list.files(recursive=T) does not return directory names
list.files() (and dir()) don't appear to return names of directories when one uses the recursive=T argument. E.g., > dir(file.path(R.home(),"library"), pattern="^R$", recursive=T) [1] "Malmig/help/R" but the unix find commmand finds lots of R directories > z <- system(paste("find", file.path(R.home(),"library"), "-name
2005 Jul 04
1
installing packages and libraries
...aded I previously used C:\Program Files\R\rw2011\library as my library for CRAN packages and did not have a problem but now that I use C:\Program Files\R\library this problem has started. I actually can get it to work by doing either of the following: 1. install quadprog into \Program Files\R\rw2011path\library instead of in \Program Files\R\library, or 2. install mypackage into \Program Files\R\library via: rcmd install mypackage -l c:\PROGRA~1\R\library However, I can't seem to install mypackage into \Rpkgs\library like I want due to the error I showed above. I have \Program Fil...
2005 Jul 11
2
building packages on Windows
...* checking for file 'sundar/DESCRIPTION' ... OK * preparing 'sundar': * checking DESCRIPTION meta-information ... OK * removing junk files Error: cannot open file 'sundar/DESCRIPTION' for reading If this is relevant, here is my PATH: C:\WINDOWS\system32; C:\WINDOWS; .; D:\R\rw2011pat\bin; D:\R\tools\bin; D:\Perl\bin; D:\Tcl\bin; D:\TeXLive\bin\win32; D:\Mingw\bin; C:\Program Files\Insightful\splus62\cmd; C:\Program Files\HTML Help Workshop Here, the D:\R\tools\bin directory contains the utilities for building R from source, downloaded today. Am I missing something obvious? Th...
2005 Jun 30
5
答复: fail in adding library in new version.
Dear Gabor, Thank your for helping me so much! I have loaded R the newest version 2.1.1. Then I setup it in the path of D:\program files\R\ 1. unpack tools.zip into c:\cygwin 2. install Active perl in c:\Perl 3. install the mingw32 in c:\mingwin 4. add "c:\cygwin; c:\mingwin\bin" in "Control Panel -> System -> Advanced -> Environment Variables -> Path ->