Skip to content

Commit

Permalink
switch to pak::pak() (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
mle2718 authored Apr 24, 2024
1 parent f55743f commit 267b58b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ usethis::create_github_token()
credentials::set_github_pat("PASTE PAT HERE")
# Install the package (see troubleshooting section below if this doesn't work)
remotes::install_github("noaa-nwfsc/FishSET")
install.packages("pak")
pak::pak("noaa-nwfsc/FishSET")
```


Expand Down

0 comments on commit 267b58b

Please sign in to comment.