After copy and pasting the code for installation of glmmADMB package suggested at http://glmmadmb.r-forge.r-project.org/, I receive this message.> install.packages("glmmADMB",repos="http://r-forge.r-project.org",type="source") Warning message: In getDependencies(pkgs, dependencies, available, lib) : package 'glmmADMB' is not available I'm not sure if this is just a temporary problem, I am operating R v 2.12.2 on a windows machine. Thanks for any advice [[alternative HTML version deleted]]
Hi Dave, You should be okay if you update to a recent version of R, so in a way, yes, it is temporary :) Cheers, Josh On Tue, Dec 6, 2011 at 4:46 PM, Messmer,Dave [Sas] <Dave.Messmer at ec.gc.ca> wrote:> After copy and pasting the code for installation of glmmADMB package > suggested at http://glmmadmb.r-forge.r-project.org/, I receive this > message. > >> install.packages("glmmADMB", > repos="http://r-forge.r-project.org",type="source") > Warning message: > In getDependencies(pkgs, dependencies, available, lib) : > ?package 'glmmADMB' is not available > > > I'm not sure if this is just a temporary problem, > > > I am operating R v 2.12.2 on a windows machine. > > > Thanks for any advice > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > 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.-- Joshua Wiley Ph.D. Student, Health Psychology Programmer Analyst II, ATS Statistical Consulting Group University of California, Los Angeles https://joshuawiley.com/
On Dec 6, 2011, at 7:46 PM, Messmer,Dave [Sas] wrote:> After copy and pasting the code for installation of glmmADMB package > suggested at http://glmmadmb.r-forge.r-project.org/, I receive this > message. > >> install.packages("glmmADMB", > repos="http://r-forge.r-project.org",type="source") > Warning message: > In getDependencies(pkgs, dependencies, available, lib) : > package 'glmmADMB' is not available > > > I'm not sure if this is just a temporary problem, > > > I am operating R v 2.12.2 on a windows machine.Packages are keyed to version numbers. Yours is old. If you want an old version then you must compile from source. You would be better advise to update. And to post in plain text.> > > Thanks for any advice\You did ask for any advice.> > [[alternative HTML version deleted]]-- David Winsemius, MD West Hartford, CT