Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arcaduf/47fdbb8fd24344710487803122405663 to your computer and use it in GitHub Desktop.
Save arcaduf/47fdbb8fd24344710487803122405663 to your computer and use it in GitHub Desktop.
Install R package directly from main repository
Example with 'mlbench':
install.packages('mlbench', dependencies=TRUE, repos='http://cran.rstudio.com/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment