There is no problems getting zoo to install correctly on my windows 7 box,
but I can't get it happening on linux (ubuntu)

here is the latest issue again...

> install.packages("zoo_1.6-4.tar.gz", repos = NULL );
Warning in install.packages("zoo_1.6-4.tar.gz", repos = NULL) :
         argument 'lib' is missing: using /usr/local/lib/R/site-library
* Installing *source* package 'zoo' ...
** R
** demo
** inst
** preparing package for lazy loading
Error in parse(file, n, text, prompt) : syntax error at
666:   }
667:   if(max(my.table(indexes)) > 1L
Error: unable to load R code in package 'zoo'
Execution halted
ERROR: lazy loading failed for package 'zoo'
** Removing '/usr/local/lib/R/site-library/zoo'
Warning message:
installation of package 'zoo_1.6-4.tar.gz' had non-zero exit status in:
install.packages("zoo_1.6-4.tar.gz", repos = NULL)



I also tried...

> install.packages("zoo")
Warning in install.packages("zoo") : argument 'lib' is missing: using
/usr/local/lib/R/site-library
Warning in download.packages(unique(pkgs), destdir = tmpd, available =
available,  :
         no package 'zoo' at the repositories
>



-- 
View this message in context: 
http://r.789695.n4.nabble.com/Installing-the-Zoo-Library-tp2303604p2304907.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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