Skip to content

Instantly share code, notes, and snippets.

@tychio
Created June 21, 2019 09:46
Show Gist options
  • Save tychio/30c9ce1b934d25d2c952b38e55e30152 to your computer and use it in GitHub Desktop.
Save tychio/30c9ce1b934d25d2c952b38e55e30152 to your computer and use it in GitHub Desktop.
R with lme4
brew install r
brew install mariadb-connector-c
r
install.packages("RMySQL")
install.packages("lme4")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment