A web-based application that is essentially a wrapper of the
{stochLAB}
package, offering a user-friendly interactive platform to run Collision
Risk Models (CRMs) for seabird species under multiple wind farm
scenarios.
sCRM’s current release is a Beta version and will be undergoing testing. It is intended to eventually replace the stochCRM tool.
Users have the option to use an online version of the app or install and run it locally.
Assuming that a recent version of R
(>4.1) has been installed, run the following commands to install
{sCRM}
:
# install.packages("remotes")
devtools::install_github("dmpstats/sCRM")
Then, to launch the app:
library(sCRM)
sCRM::run_app()
sCRM can be accessed online on https://dmpstats.shinyapps.io/sCRM/
- Introductory tour of the tool for first time users
- Feature to upload inputs from external spreadsheets
- User Manual update
- State bookmarking (?)