diff --git a/README.md b/README.md index 701c0444..40a19898 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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