Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ First please check to make sure `tinytex` package is installed on your machine.
```r
install.packages("pak")
pak::pkg_install("rstudio/tinytex")
tinytex::install_tinytex(bundle = "TinyTeX-2")
```

Then install the package using one of the three following ways:
Expand All @@ -50,7 +51,10 @@ remotes::install_github("nmfs-ost/asar")
install.packages('asar', repos = c('https://noaa-fisheries-integrated-toolbox.r-universe.dev', 'https://cloud.r-project.org'))
```

We also recommend to download the [`stockplotr` package](https://github.com/nmfs-ost/stockplotr). Use one of the previous download instructions to also install `stockplotr` by replacing 'asar' with 'stockplotr'.
We also recommend downloading the [`stockplotr` package](https://github.com/nmfs-ost/stockplotr)
along with Quarto (v1.6.0 or greater). Use one of the previous download
instructions to also install `stockplotr` by replacing 'asar' with 'stockplotr'.
Install quarto using the above options or base R `install.packages("quarto")`.

## Example

Expand Down
Loading