Skip to content

Instantly share code, notes, and snippets.

@mattjbayly
Created October 7, 2016 00:21
Show Gist options
  • Save mattjbayly/3ea4330df78ac0d56a6e96df5b6ef5e0 to your computer and use it in GitHub Desktop.
Save mattjbayly/3ea4330df78ac0d56a6e96df5b6ef5e0 to your computer and use it in GitHub Desktop.
quick get the glmmADMB package working on Cora's computer
install.packages("R2admb")
install.packages("glmmADMB",
repos=c("http://glmmadmb.r-forge.r-project.org/repos",
getOption("repos")),
type="source")
# does this works!
# R 3.3.1 & R 3.0.0
library(glmmADMB)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment