Skip to content

Commit

Permalink
gh, ppm
Browse files Browse the repository at this point in the history
  • Loading branch information
edavidaja committed Jun 24, 2024
1 parent e3cb8a0 commit 98f5f35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,23 @@ $repos

## set:

posit public package manager (p3m)
posit __public__ package manager (p3m)

```r
options(repos = c(CRAN = "https://p3m.dev/cran/latest"))
options("repos")
```

## set: StatCan
## set: posit package manager

```r
options(repos = c(artifactory = "https://username:[email protected]/artifactory/cran-remote"))
options(repos = c(ppm = "https://packagemanager.example.com/cran/__linux__/jammy/latest"))
```

## fetch examples

```{.r}
usethis::use_zip("https://gitlab.com/edavidaja/renv-workshop/-/archive/main/renv-workshop-main.zip")
usethis::use_zip("edavidaja/renv-workshop")
```
or

Expand Down

0 comments on commit 98f5f35

Please sign in to comment.