Skip to content

Commit

Permalink
update readme: use pak for installation instead of devtools.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLBaker committed Aug 27, 2024
1 parent 560c579 commit c707ca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ NPSdataverse loads a suite of R packages for creating, manipulating, and accessi
You can install the development version of NPSdataverse from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("nationalparkservice/NPSdataverse")
# install.packages("pak")
pak::pkg_install("nationalparkservice/NPSdataverse")
```

NPSdataverse will install the following R packages:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ You can install the development version of NPSdataverse from
[GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("nationalparkservice/NPSdataverse")
# install.packages("pak")
pak::pkg_install("nationalparkservice/NPSdataverse")
```

NPSdataverse will install the following R packages:
Expand Down

0 comments on commit c707ca8

Please sign in to comment.