Skip to content

Files

Latest commit

 

History

History
36 lines (24 loc) · 854 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 854 Bytes

The RAMS App

Lifecycle: experimental

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.

Local Version

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()