Skip to content

Instantly share code, notes, and snippets.

@PallCreaker
Created September 15, 2016 01:42
Show Gist options
  • Save PallCreaker/d36ff9582e7294dc335428ca0116d1a2 to your computer and use it in GitHub Desktop.
Save PallCreaker/d36ff9582e7294dc335428ca0116d1a2 to your computer and use it in GitHub Desktop.
r install package
# install package
install.packages("dplyer", dependencies = TRUE)
install.packages("data.table", dependencies = TRUE)
install.packages("reshape2", dependencies = TRUE)
install.packages("ranger", dependencies = TRUE)
install.packages("randomForest", dependencies = TRUE)
install.packages("MASS", dependencies = TRUE)
install.packages("kohonen", dependencies = TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment