Dear Friends I use R in linux. I have problem by installing a package. when i use "R CMD" coomond, i recived a d a erroe line " /usr/lib/R/bin/Rcmd: line45: exec: INSTAL~1 not found. how can i solve my problem? thank you for your advise --------------------------------- [[alternative HTML version deleted]]
On Fri, 2 Jul 2004, Javad Ashjari wrote:> I use R in linux. I have problem by installing a package. when i use "R > CMD" coomond, i recived a d a erroe line " /usr/lib/R/bin/Rcmd: line45: > exec: INSTAL~1 not found. how can i solve my problem? thank you for your > adviseGiven the rather random nature of the characters in that message I don't trust anything, so do you have a keyboard problem? The command to install a package is R CMD INSTALL pkgpath R has received something which was received here as `INSTAL~1' rather than `INSTALL'. -- Brian D. Ripley, ripley at 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
Javad Ashjari wrote:> Dear Friends > I use R in linux. I have problem by installing a package. when i use "R > CMD" coomond, i recived a d a erroe line " /usr/lib/R/bin/Rcmd: line45: > exec: INSTAL~1 not found. how can i solve my problem? thank you for your > advise >I'll have a guess at this one. I think you're using Windows, and the ~1 looks suspiciously like a Windows->DOS filename mangle. Is there a space between the INSTALL part of the command and whatever follows it? Jim