From ee6e7d8bc22d6046312c877108bde73a6e176429 Mon Sep 17 00:00:00 2001 From: Graham Williams Date: Tue, 9 May 2017 14:18:40 +0800 Subject: [PATCH] Remove authentication for github repository --- vignettes/10Deploy.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/10Deploy.Rmd b/vignettes/10Deploy.Rmd index 32746a2..c5fa59d 100644 --- a/vignettes/10Deploy.Rmd +++ b/vignettes/10Deploy.Rmd @@ -80,7 +80,7 @@ than the system library if you are not a system user. # Install the packages if required. devtools::install_github("Microsoft/AzureSMR") -devtools::install_github("Azure/AzureDSVM", auth_token=GIT_TOKEN) +devtools::install_github("Azure/AzureDSVM") ``` We can then load the required pacakges from the libraries.