[R] Trouble with R CMD INSTALL

Duncan Murdoch murdoch at stats.uwo.ca
Thu Oct 18 15:54:06 CEST 2007


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 <gangchen at mail.nih.gov> 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 at 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.



More information about the R-help mailing list