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

Commit

Permalink
Added warning on README.md (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
brnleehng committed May 10, 2021
1 parent 56661a4 commit 0c2af42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[![Build Status](https://travis-ci.org/Azure/doAzureParallel.svg?branch=master)](https://travis-ci.org/Azure/doAzureParallel)
# doAzureParallel

# This repo is no longer maintained and no new features will be added.

## doAzureParallel

## Introduction

Expand Down

1 comment on commit 0c2af42

@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/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") {
                ^~~~~~~~

Please sign in to comment.