Created
October 7, 2016 00:21
-
-
Save mattjbayly/3ea4330df78ac0d56a6e96df5b6ef5e0 to your computer and use it in GitHub Desktop.
quick get the glmmADMB package working on Cora's computer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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