Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add option to install package using pak due to errors from remotes
  • Loading branch information
Schiano-NOAA authored Nov 14, 2024
1 parent 5034707 commit f126c46
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ install.packages("remotes")
remotes::install_github("nmfs-ost/satf")
```

Occassionally, the package can not be installed using the `remotes` package. If this is the case for you and the other two installation options don't work please try:

```r
install.packages("pak")
pak::pak("nmfs-ost/satf")
```

## Example

This is a basic example which shows you how to solve a common problem:
Expand Down

0 comments on commit f126c46

Please sign in to comment.