Skip to content

Commit

Permalink
Fixes for a few small typos (#746)
Browse files Browse the repository at this point in the history
Co-authored-by: Gábor Csárdi <[email protected]>
  • Loading branch information
jonkeane and gaborcsardi authored Feb 28, 2025
1 parent f685e9c commit ded7751
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 49 deletions.
7 changes: 3 additions & 4 deletions man/chunks/auth.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ repo$url()

(This needs the webfakes and callr packages.)

Next, we onfigure the proxy as the main CRAN repository. The default user
name of the proxy is `"username"` and the default password is `"token"`.
We want to replace the default CRAN repository with the proxy, so we name
it `CRAN`:
Next, we onfigure the proxy as the main CRAN repository. The default username
of the proxy is `"username"` and the default password is `"token"`. We want to
replace the default CRAN repository with the proxy, so we name it `CRAN`:

```{r repo-add}
repo_add(CRAN = repo$url(), username = "username")
Expand Down
132 changes: 87 additions & 45 deletions man/repo-auth.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ded7751

Please sign in to comment.