On 10/18/2007 9:42 AM, Gang Chen wrote: > Hi Liviu, > > Thank you very much for the response! I knew that would work within > R, but was just wondering why > > > R CMD INSTALL nlme > > does not work on the shell terminal. Any clue?
Just what the message said: on your system, nlme is not a valid package. However you created it, something got messed up. Duncan Murdoch > > Thanks, > Gang > > > On Oct 17, 2007, at 6:27 PM, Liviu Andronic wrote: > >> On 10/17/07, Gang Chen <[EMAIL PROTECTED]> wrote: >>> Thanks for pointing out that my original was unclear. Here is the >>> error message: >>> >>>> R CMD INSTALL nlme >> >> Try and see if it works. From within R run: >> >> install.packages("nlme", dep = TRUE) >> >> Just tried it here, and it works. >> >> Regards, >> Liviu > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.