The RAMS App is a Shiny application designed for faciliating the Risk Assessment Methods for Salmon (RAMS) process.
The App can be run locally on a machine with the R software installed. A live online version is available at RAMSalmon.com.
The RAMS App is still in development.
To run the RAMS app locally, you need to first install the RAMS package from GitHub:
# install.packages('remotes')
remotes::install_github('blue-matter/RAMS')
Then load the library and run RAMS:
library(RAMS)
RAMS()