Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiata authored Nov 8, 2017
1 parent 6e78b09 commit 1e12f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Install doAzureParallel directly from Github.
install.packages("devtools")

# install the doAzureParallel and rAzureBatch package
devtools::install_github("Azure/rAzureBatch")
devtools::install_github("Azure/doAzureParallel")
```

Expand Down

1 comment on commit 1e12f46

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/validators.R:1:1: style: Variable or function name should be lowerCamelCase.

Validators <- R6::R6Class(
^~~~~~~~~~

R/validators.R:28:1: style: Variable or function name should be lowerCamelCase.

`Validators` <- Validators$new()
^~~~~~~~~~~~

Please sign in to comment.