Skip to content

Commit

Permalink
Use pak::pak in README.Rmd
Browse files Browse the repository at this point in the history
This is now the recommended approach for installing GitHub packages
  • Loading branch information
jdhoffa authored Jan 24, 2024
1 parent 469bd45 commit ca4c960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Or install the development version of r2dii.data with something like this:

```r
# install.packages("devtools")
devtools::install_github("RMI-PACTA/r2dii.data")
pak::pak("RMI-PACTA/r2dii.data")
```

## Example
Expand Down

0 comments on commit ca4c960

Please sign in to comment.