Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Use the credentials package #422

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

WIP: Use the credentials package #422

wants to merge 6 commits into from

Conversation

stewid
Copy link
Member

@stewid stewid commented Apr 30, 2020

Work in progress to use the 'credentials' package to setup and retrieve HTTPS and SSH credentials, see #421

@stewid
Copy link
Member Author

stewid commented Apr 30, 2020

@jdblischak I've created a branch, but so far I have just bumped the version

@lintr-bot
Copy link

R/checkout.R:160:1: style: functions should have cyclomatic complexity of less than 15, this has 21.

checkout <- function(object = NULL,
^

R/config.R:56:1: style: functions should have cyclomatic complexity of less than 15, this has 18.

config <- function(repo = NULL, global = FALSE, user.name, user.email, ...) {
^

R/credential.R:61:1: style: Lines should not be more than 80 characters.

##' \url{https://help.github.com/articles/creating-an-access-token-for-command-line-use}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@coveralls
Copy link

coveralls commented Apr 30, 2020

Coverage Status

Coverage decreased (-0.03%) to 81.234% when pulling 1ec5e30 on use-credentials-pkg into 1b1ba56 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants