diff --git a/README.md b/README.md index 7f88e59..8f1f0a9 100644 --- a/README.md +++ b/README.md @@ -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: