8000 Merge pull request #34249 from MicrosoftDocs/FromPublicRepo · OdeToCode/azure-docs@36b1d13 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36b1d13

Browse files
authored
Merge pull request #34249 from MicrosoftDocs/FromPublicRepo
From public repo
2 parents e357ff5 + 2e9ab00 commit 36b1d13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/batch/tutorial-r-doazureparallel.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ In the RStudio console, install the [doAzureParallel Github package](http://www.
4646
```R
4747
# Install the devtools package
4848
install.packages("devtools")
49-
49+
50+
# Install rAzureBatch package
51+
devtools::install_github("Azure/rAzureBatch")
52+
5053
# Install the doAzureParallel package
5154
devtools::install_github("Azure/doAzureParallel")
5255

0 commit comments

Comments
 (0)
0