Skip to content

Commit

Permalink
Remove pak from r-universe installation (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore authored Jan 22, 2024
1 parent a239b9c commit 8b342e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ You can install the latest release from [r-universe](https://r-universe.dev/)
with:

``` r
# install.packages("pak")
pak::repo_add(r_universe = "https://2degreesinvesting.r-universe.dev")
install.packages("tiltIndicator")
install.packages("tiltIndicator", repos = c("https://2degreesinvesting.r-universe.dev", getOption("repos")))
```

Or the development version from [GitHub](https://github.com/) with:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ You can install the latest release from
[r-universe](https://r-universe.dev/) with:

``` r
# install.packages("pak")
pak::repo_add(r_universe = "https://2degreesinvesting.r-universe.dev")
install.packages("tiltIndicator")
install.packages("tiltIndicator", repos = c("https://2degreesinvesting.r-universe.dev", getOption("repos")))
```

Or the development version from [GitHub](https://github.com/) with:
Expand Down

0 comments on commit 8b342e8

Please sign in to comment.