search for: r9x

Displaying 11 results from an estimated 11 matches for "r9x".

Did you mean: r9
2007 Jul 26
2
Creating windows binary R package (PowerArchiver vs. zip -r9X)
...;rich text" mode.....I have successfully built and installed a R package in windowsXP for R-2.5.1. But when I tried to create a .zip file so I can use "Packages/install package(s) from local .zip files..." to install it, it seems R only recognizes the .zip file created by "zip -r9X" not by PowerArchiver. Do you know why? I vaguely remember I used WinZip before and it worked fine.The two threads I found on R-help and R-devel help me a lot, but don't really answer my question.http://tolstoy.newcastle.edu.au/R/help/06/06/29587.htmlhttp://tolstoy.newcastle.edu.au/R/dev...
2006 Jun 12
1
Making a windows packages with zip
In the past I have been able to make windows packages (containing only R code) from my mac by simply zipping the installed package directory, eg. R CMD install asmrsim cd ~/Library/R/library/ zip -r9X asmrsim asmrsim (using code copied from this list, from Duncan Murdoch, I think) However, since 2.3.0, windows users now get the following error: Error in library(pkg, character.only = TRUE) : 'asmrsim' is not a valid package -- installed < 2.0.0? Obviously, the zip file was...
2003 Dec 17
1
Building packages in XP
...se-zip taxon * checking for file 'taxon/DESCRIPTION' ... OK make: *** H:/R/rw1081/src/src/gnuwin32: No such file or directory. Stop. *** Installation of taxon failed *** * building 'taxon_1.5.zip' zip warning: name not matched: taxon zip error: Nothing to do! (try: zip -r9X H:/R/rw1081/src/gnuwin32/taxon_1.5.zip . -i taxon) H:\R\rw1081\src\gnuwin32> [[alternative HTML version deleted]]
2002 May 16
3
building packages on windows
...taxon2' make: *** [pkg-taxon2] Error 2 make: Leaving directory `/cygdrive/h/R/src/gnuwin32' *** Installation of taxon2 failed *** installing R.css in c:/TEMP/Rbuild.373 * building 'taxon2_1..3.zip' zip warning: name not matched: taxon2 zip error: Nothing to do! (try: zip -r9X H:/R/bin/taxon2_1..3.zip . -i taxon2) 0=================================================0 Dr. Niels G. Waller Quantitative Methods Department of Psychology and Human Development Box 512 Peabody College Vanderbilt University Nashville TN 37203 email: niels.waller at vanderbilt.edu fax: 615 3...
2004 Oct 31
1
Problem in building a package in R 2.0.0
...load] Error 1 *** Installation of gamlss failed *** Removing 'c:/TEMP/Rbuild.1520/gamlss' ERROR * installation failed * building 'gamlss_0.4-0.zip' Can't stat gamlss: No such file or directory zip warning: name not matched: gamlss zip error: Nothing to do! (try: zip -r9X C:/PROGRA~1/R/rw2000/bin/gamlss_0.4-0.z ip . -i gamlss) #--------------------------------------------------------------------------------------------- It looks that .read_description() can not pick the DESCRIPTION file properly. Note that checking the package using "Rcmd check C:\PROGRA...
2002 Jan 24
1
Compiling R Package on Windows
...RWork/cw' make: *** [pkg-cw] Error 2 make: Leaving directory `/cygdrive/c/PROGRA~1/R/RW1040/src/gnuwin32' *** Installation of cw failed *** installing R.css in c:/TEMP/Rbuild.503609 * building `cw_0.1.zip' zip warning: name not matched: cw zip error: Nothing to do! (try: zip -r9X C:/MyRWork/cw_0.1.zip . -i cw) But if I do something like: Rcmd build cw then I can successfully built a .tar.gz version of it... Thanks in advance for the help :-) Ko-Kang Wang ------------------------------------------------------------------------------ Ko-Kang Kevin Wang Postgraduate PGD...
2004 Dec 22
2
Creating packages in windoze: *** [indices] Error 1
...] Error 1 make[1]: *** [all] Error 2 make: *** [pkg-taxon] Error 2 *** Installation of taxon failed *** Removing 'h:/TEMP/Rbuild.1020/taxon' ERROR * installation failed * building 'taxon_2.0-0.zip' zip warning: name not matched: taxon zip error: Nothing to do! (try: zip -r9X H:/R/rw2001/src/gnuwin32/taxon_2.0-0.zip . -i taxon) H:\R\rw2001\src\gnuwin32>echo rcmd rd2dvi.sh --pdf taxon rcmd rd2dvi.sh --pdf taxon H:\R\rw2001\src\gnuwin32> [[alternative HTML version deleted]]
2002 Mar 06
2
Installing a Package in Windows 2000
...[pkg-statmanual] Error 2 make: Leaving directory `/cygdrive/c/R/rw1041/src/gnuwin32' *** Installation of statmanual failed *** installing R.css in C:/R/Temp/Rbuild.1312 * building `statmanual_1.0.zip' zip warning: name not matched: statmanual zip error: Nothing to do! (try: zip -r9X C:/R/rw1041/src/gnuwin32/statmanual_1.0.zip . -i statmanual) -- Thomas M. Kincaid, Ph.D. Environmental Statistician Dynamac Corporation 200 SW 35th Street Corvallis, OR 97333 Phone: (541) 754-4479 Fax: (541) 754-4716 E-mail: Kincaid.Tom at epamail.epa.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2004 Apr 27
1
'R CMD build' fails when there are spaces in the path (PR#6830)
Full_Name: Byron Ellis Version: R 1.9.0 (and 2.0.0) OS: Linux (Redhat Fedora Core) Submission from: (NULL) (140.247.241.197) It appears that `R CMD build` cannot handle spaces in the path when building packages for distribution. For instance: [ellis@net-78815 ~/Bayesian Networks]$ R CMD build bnsl * checking for file 'bnsl/DESCRIPTION' ... OK * preparing 'bnsl': * cleaning src *
2005 Nov 30
3
Building a windows binary of a package on Linux
Dear List, Can I build a binary package (.zip) for Windows on my Linux machine from my package sources? There is no C, C++, Fortran code involved, just plain ol' R. I read through the article by Jun and Rossini, but (on first reading) this seems more targeted at building a Windows version of R and Windows package binaries that contain C, C++, Fortran code that needs to be compiled. Thanks,
2005 Jan 05
4
make R package for windows on Linux
Hi, I made a package on a linux box. All worked fine. The package contains only R code (no C). I then wanted to make a zip file so that I could test the package on a windows machine. I have tried all the obvious ways to do this (and even some that are not!), but to no avail. The only instructions I find about building packages for windows (e.g. mypkg.zip) seem to imply that the build be done