In R 1.9.0 on Solaris/Sparc when I run, for example, install.packages("gregmisc", "~/R-local/lib"), instead of installing the `gregmisc' package in the directory /users/student/rpeng/R-local/lib the package gets installed in /users/student/rpeng/\~/R-local/lib, so the directory \~ is created in my home directory. This doesn't happen to me on Linux or Windows so I thought it might not be an R problem. I realize I'm referring to an older version of R but I was wondering if anyone had seen this happen (perhaps on 1.9.1) or how I might better pinpoint the problem. > version _ platform sparc-sun-solaris2.8 arch sparc os solaris2.8 system sparc, solaris2.8 status major 1 minor 9.0 year 2004 month 04 day 12 language R If it matters, I'm using tcsh (in /bin/tcsh). -roger -- Roger D. Peng http://www.biostat.jhsph.edu/~rpeng/
Prof Brian Ripley
2004-Jun-23 16:39 UTC
[Rd] problem with tilde expansion in install.packages
Do you have readline working on that version of R? If so, it is readline problem. If not, do you have HOME set? - if not, try setting it. On Wed, 23 Jun 2004, Roger D. Peng wrote:> In R 1.9.0 on Solaris/Sparc when I run, for example, > install.packages("gregmisc", "~/R-local/lib"), instead of installing > the `gregmisc' package in the directory > /users/student/rpeng/R-local/lib the package gets installed in > /users/student/rpeng/\~/R-local/lib, so the directory \~ is created in > my home directory. This doesn't happen to me on Linux or Windows so I > thought it might not be an R problem. > > I realize I'm referring to an older version of R but I was wondering > if anyone had seen this happen (perhaps on 1.9.1) or how I might > better pinpoint the problem. > > > version > _ > platform sparc-sun-solaris2.8 > arch sparc > os solaris2.8 > system sparc, solaris2.8 > status > major 1 > minor 9.0 > year 2004 > month 04 > day 12 > language R > > If it matters, I'm using tcsh (in /bin/tcsh). > > -roger > >-- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595