Skip to content

Commit

Permalink
Update to indicate that gitcreds is now on CRAN (jennybc#169)
Browse files Browse the repository at this point in the history
* Update to indicate that gitcreds is now on CRAN

* Make more parallel with credentials

Co-authored-by: Jenny Bryan <[email protected]>
  • Loading branch information
jtr13 and jennybc authored Nov 26, 2020
1 parent c461f6d commit 2ffa080
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions connect-credential-caching.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,17 @@ Ways to access the credential store, in order of relevance:

### Call an R function to store your credentials

As of October 2020, there are two R packages for accessing the Git credential store:
As of November 2020, there are two R packages for accessing the Git credential store:

* [gitcreds](https://r-lib.github.io/gitcreds/) *Not yet on CRAN*
* [gitcreds](https://r-lib.github.io/gitcreds/)
* [credentials](https://docs.ropensci.org/credentials/)

It is likely that these packages will eventually combine into one and, even now, they are largely interoperable.
You don't need to follow the instructions for both packages -- pick one!

#### gitcreds package

*As of October 2020, gitcreds is not yet on CRAN, but we anticipate a release soon.
usethis 2.0.0 will depend on gitcreds, via the [gh package](https://gh.r-lib.org).*

If you don't have gitcreds installed, install via `devtools::install_github("r-lib/gitcreds")` or, eventually, via `install.packages("gitcreds")`.
If you don't have gitcreds installed, install via `install.packages("gitcreds")`.

Then call `gitcreds_set()`:

Expand Down

0 comments on commit 2ffa080

Please sign in to comment.