Christian Reilly wrote: > > Hello all, > > I'm having trouble installing the package 'gregmisc'. I've run the > command: > > > R CMD INSTALL -l /usr/lib/R/library /tmp/gregmisc_0.9.0.tar.gz > > And I can see it shows up on the list of available packeage when I issue > > library() > > But when I do > > >library(gregmisc) > > I get: > > Error in parse(file, n, text, prompt) : syntax error on line 3105 > > All the other packages I've install load fine. Permissions for the > 'gregmisc' library are the same as all the rest. > > Any Suggestions? > > I'm running on Debian Linux(Woody) > > Thanks much, > > Christian Reilly > > --------------- > Hopkins Marine Station > Stanford U > Pacific Grove, CA
Which version of R is this? Works fine with R-1.8.1 and R-1.9.0 beta. Please download the package again and reinstall. Uwe Ligges ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
