Azure / doAzureParallel

A R package that allows users to submit parallel workloads in Azure
MIT License
107 stars 51 forks source link

Upgrading Batch Ubuntu Sku Image from 16-04-lts to 20-04-lts #378

Closed brnleehng closed 3 years ago

lintr-bot commented 3 years ago

R/credentials.R:63:3: warning: local variable 'dockerAuthentication' assigned but may not be used

​  dockerAuthentication <-
  ^~~~~~~~~~~~~~~~~~~~

R/credentials.R:171:13: warning: no visible binding for global variable 'clusterSetting'

​      class(clusterSetting)
            ^~~~~~~~~~~~~~

R/doAzureParallel.R:829:12: warning: no visible binding for global variable 'storageCredentials'

​           storageCredentials$name,
           ^~~~~~~~~~~~~~~~~~

R/doAzureParallel.R:829:12: warning: no visible binding for global variable 'storageCredentials'

​           storageCredentials$name,
           ^~~~~~~~~~~~~~~~~~

R/storage-api.R:52:70: warning: no visible binding for global variable 'jobId'

​        cat(sprintf("Your storage container '%s' has been deleted.", jobId),
                                                                     ^~~~~

R/utility-job.R:297:17: warning: no visible binding for global variable 'metadata'

​            if (metadata$errorHandling == "stop") {
                ^~~~~~~~

R/utility-job.R:297:17: warning: no visible binding for global variable 'metadata'

​            if (metadata$errorHandling == "stop") {
                ^~~~~~~~