Created
November 15, 2017 22:48
-
-
Save wahalulu/1f2f36e07908333627c829767b8ec7ed to your computer and use it in GitHub Desktop.
This file contains hidden or 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 the package devtools | |
| install.packages("devtools") | |
| library(devtools) | |
| # install the doAzureParallel and rAzureBatch package | |
| install_github(c("Azure/rAzureBatch", "Azure/doAzureParallel")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment