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

Travis/lintr#22

Merged
brnleehng merged 7 commits intomasterfrom
travis/lintr
Aug 25, 2017
Merged

Travis/lintr#22
brnleehng merged 7 commits intomasterfrom
travis/lintr

Conversation

@brnleehng
Copy link
Collaborator

  • Changes
    -- Added travis lintr
    -- Ran scenario test script to catch all import operators

@msftclas
Copy link

@brnleehng,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

@Azure Azure deleted a comment from lintr-bot Aug 25, 2017
@brnleehng brnleehng merged commit 9a4e120 into master Aug 25, 2017
@brnleehng brnleehng deleted the travis/lintr branch August 25, 2017 16:44
brnleehng added a commit that referenced this pull request Sep 6, 2017
* Milestone 0.4.0 fixes/features for rAzureBatch (#19)

* Added seq backend

* Added skiptoken

* Added httr :: operators on imported functions

* Removed unused utility functions

* Fixed camelcase for skiptoken parameter

* Update storage_service.R (#20)

missing httr:: operator

I recommend running some test script on a clear R session (!) to detect all such places. Something like this:
```
suppressPackageStartupMessages(foreach)
doAzureParallel::setCredentials("azure/credentials.json")
cluster <- doAzureParallel::makeCluster("azure/cluster.json")
doAzureParallel::registerDoAzureParallel(cluster)
res <- foreach(i=1:4) %dopar% {
    mean(1:3)
}
doAzureParallel::stopCluster(cluster)
```
It will highlight all missing imports

* Travis/lintr (#22)

* Added travis lintr and updated package

* Added RCurl:: operator

* Moved test lint to proper folder

* Removed rAzureBatch package from installation

* jsonlite added to imports

* Fixed documentation for jobs

* Removed exports for man
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments