The readme provides helpful instructions for dependencies!
I wonder if the the stock assessment continuum tool should be reformatted as an R package to make installation easier? That would allow putting all the dependencies in the DESCRIPTION file. Then, users could use remotes::install_github() to install both dependencies and the shiny application. The shiny app could also be distributed in a pre-compiled format using r universe.
Here are some instructions on making a shiny app into an R package
The readme provides helpful instructions for dependencies!
I wonder if the the stock assessment continuum tool should be reformatted as an R package to make installation easier? That would allow putting all the dependencies in the DESCRIPTION file. Then, users could use
remotes::install_github()to install both dependencies and the shiny application. The shiny app could also be distributed in a pre-compiled format using r universe.Here are some instructions on making a shiny app into an R package