On Jul 28, 2009, at 8:15 PM, cindy Guo wrote:

Hi,

I have a very basic question about install packages from CRAN on unix. I only installed on Windows before. Should I use the command install.package?
The error message I got is
syntax error near unexpected token `"mvtnorm"'
Is it because I didn't set the path? Which path should I specify?


You should use install.packages (note the last "s")... how did you call that function to get that error you are showing us?

It looks like you're trying to install the 'mvtnorm' package, and you'd do so like this:

install.packages('mvtnorm')

Is that what you did?
 -steve

--
Steve Lianoglou
Graduate Student: Computational Systems Biology
  |  Memorial Sloan-Kettering Cancer Center
  |  Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact

______________________________________________
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.

Reply via email to