Skip to content

Commit

Permalink
docs: switch installation instructions to pak
Browse files Browse the repository at this point in the history
  • Loading branch information
aoles committed Sep 19, 2024
1 parent 0647e9f commit 37b516e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ conditions](https://openrouteservice.org/terms-of-service/).
The package is not yet available from CRAN, but you can install the
development version directly from GitHub.

# install.packages("remotes")
remotes::install_github("GIScience/openrouteservice-r")
# install.packages("pak")
pak::pak("GIScience/openrouteservice-r")

## Get started

Expand Down
4 changes: 2 additions & 2 deletions vignettes/openrouteservice.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ The package is not yet available from CRAN, but you can install the
development version directly from GitHub.

```{r installation, eval=FALSE}
# install.packages("remotes")
remotes::install_github("GIScience/openrouteservice-r")
# install.packages("pak")
pak::pak("GIScience/openrouteservice-r")
```
<!-- README END -->

Expand Down

0 comments on commit 37b516e

Please sign in to comment.