Skip to content

essatech/CEMPRAShiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CEMPRAShiny

Developing a Cumulative Effects Modelling Framework for the Recovery of Aquatic Species at Risk

The Cumulative Effects Model for Prioritizing Recovery Actions (CEMPRA) is a cumulative effects modelling framework. The CEMPRA tool uses a series of standardized stressor-response functions to link environmental attributes to the system capacity and productivity of a target species/system. This framework design is as generalizable, simple, and versatile as possible so that users can apply the model to various geographic regions, contexts, systems, and species. As the name suggests, the CEMPRA tool helps prioritize recovery actions for data-limited species and species-at-risk, with the flexibility to accommodate both data-rich and data-poor study systems. The CEMPRA tool is accessible as an open-source R package (https://github.com/essatech/CEMPRA) and R Shiny interactive web application (https://github.com/essatech/CEMPRAShiny).

Project Components

Package Contributors:

This is a broad collaboration between Fisheries and Oceans Canada (DFO), B.C. Ministry of Environment and Climate Change Strategy (ECCS), Alberta Environment and Parks (AEP), and Simon Fraser University (SFU).

Contributors include:

Features

  • Run custom implementations of the Joe Model on non-standard data formats.
  • Batch-run the integrated Joe Model/Population model across large datasets.
  • Run sensitivity tests.
  • Explore model extensions.

Installation

The easiest way to install the CEMPRA package is from within the RStudio IDE using remotes::install_github(). At this time the package has not been published to CRAN so the default install.packages() will not work. Instead use remotes (or devtools):

# Installing vis devtools
# You may need to install remotes
# install.packages("devtools")
library(devtools)
devtools::install_github("essatech/CEMPRA")

# You may need to install remotes
library(remotes)
remotes::install_github("essatech/CEMPRA")

See additional tutorials here:

Code of Conduct

Please note that the CEMPRA package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

R Shiny web application for the Cumulative Effects Model for Prioritizing Recovery Actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published