You can install the github version of mCRM from here with:
devtools::install_github("HiDef-Aerial-Surveying/mCRM")
Once installed as a package, the mCRM can be run like this:
library(mCRM) ##Ensure this is run so all mCRM data are loaded to your environment
mCRM::run_app()
You can access the mCRM on shinyapps.io: https://hidefsurveying.shinyapps.io/mCRM/
Instructions on running the tool can be found at https://hidef-aerial-surveying.github.io/mCRM/
If you spot something out of place, please report it here: https://github.com/HiDef-Aerial-Surveying/mCRM/issues
The stochastic migration collision risk model (mCRM) shiny app was developed by HiDef Aerial Surveying for Marine Scotland Science. This tool is meant to be used to estimate the collision risk of migratory birds passing through offshore windfarms.
The underlying functionality of the model is driven by the stochLAB
package, which can be found at
https://github.com/HiDef-Aerial-Surveying/stochLAB. The stochLAB
package was developed by DMP statistics
and HiDef Surveying.
This tool is partnered with the stochastic collision risk model (sCRM) tool, developed by DMP statistics, which is currently under development and will be deployed soon.