[R-sig-ME] glmmADMB package
Ben Bolker
bbolker at gmail.com
Tue Jul 23 03:31:20 CEST 2013
Colin Olito <colito at ...> writes:
> Hello, My name is Colin Olito, and I have encountered a similar
> problem trying to install glmmADMB on a newer version of R.
try
install.packages("glmmADMB",
repos=c("http://glmmadmb.r-forge.r-project.org/repos",getOption("repos")),
type="source")
(This is due to persistent difficulty getting the package to build
on r-forge.)
I have updated the glmmADMB install packages accordingly.
More information about the R-sig-mixed-models
mailing list