bobbyo@speakeasy.org
2000-Sep-02 20:58 UTC
[Rd] R INSTALL *.tgz fails (minor docs/feature bug) (PR#652)
R Team, I was attempting to install Lindsey's rmutil.tgz and other non-CRAN packages using 'R INSTALL', for example 'R INSTALL rmutil.tgz' after downloading 'rmutil.tgz' from Lindsey's page (as linked from r-project.org page). Directly using the compressed file as 'R INSTALL rmutil.tgz' failed, though the shell help from 'R INSTALL --help' implied this would work. However, when I simply renamed using 'mv rmutil.tgz rmutil' and then ran 'R INSTALL rmutil', that worked. Adding a note to rename the .tgz files without the .tgz extension, or changing R INSTALL to allow filename extensions when installing would be a nice ease-of-use feature. (by the way, I was able to use R INSTALL rmutil if I unpacked rmutil using 'cat rmutil.tgz | tar xvz' and then ran 'R INSTALL rmutil'.) Keep up the Excellent Work, RPO p.s. Thanks for a wonderful piece of software. R is a real boon to my research. ------ Robert Otillar | UCSF Graduate Group in Biophysics ------ ------ 833 Ashbury #2 | mailto:BobbyO@itsa.ucsf.edu ------ ------ San Francisco, CA 94117 | http://bioinformatics.ucsf.edu/bobbyo ------ ------ Tel. <send email> | Fax (415)759-6579 ------ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Thomas Lumley
2000-Sep-04 17:16 UTC
[Rd] R INSTALL *.tgz fails (minor docs/feature bug) (PR#652)
On Sat, 2 Sep 2000 bobbyo@speakeasy.org wrote:> R Team, > > I was attempting to install Lindsey's rmutil.tgz and other > non-CRAN packages using 'R INSTALL', for example 'R INSTALL rmutil.tgz' > after downloading 'rmutil.tgz' from Lindsey's page (as linked from > r-project.org page). > > Directly using the compressed file as 'R INSTALL rmutil.tgz' > failed, though the shell help from 'R INSTALL --help' implied this would > work. > > However, when I simply renamed using 'mv rmutil.tgz rmutil' and > then ran 'R INSTALL rmutil', that worked. > > Adding a note to rename the .tgz files without the .tgz > extension, or changing R INSTALL to allow filename extensions when > installing would be a nice ease-of-use feature. > > (by the way, I was able to use R INSTALL rmutil if I unpacked > rmutil using 'cat rmutil.tgz | tar xvz' and then ran 'R INSTALL rmutil'.)R INSTALL is somewhat fussy about package format when used on compressed files. I don't think Jim Lindsey's packages have ever installed without uncompressing first. I have had the same thing happen with local packages of functions I've created for convenience. Fortunately it's fairly painless to uncompress them. -thomas Thomas Lumley Assistant Professor, Biostatistics University of Washington, Seattle -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._