Enterprise Risk Analysis Reporting in R: A Shiny Application for
producing Risk Analysis Reports in R
This package contains a set of functions to create a
shiny
application that produces a variety
of Risk Analysis Reports. These functions help automate and standardize
report production using the rmarkdown
package.
Funding for development and maintenance of erarr
has been provided by
the following US Army Corps of Engineers (USACE) programs:
Check out the News for details on the latest updates.
-
Barrie Chileen Martinez, Geographer, Rock Island District, U.S. Army Corps of Engineers https://orcid.org/0000-0002-6960-8167
-
Michael Dougherty, Geographer, Rock Island District, U.S. Army Corps of Engineers https://orcid.org/0000-0002-1465-5927
To install the erarr
package, install from GitHub using the remotes
package:
remotes::install_github(repo = "MVR-GIS/erarr")
To run the Risk Analysis and Reporting application, use the following function:
erarr::run_app()
If you find any bugs using erarr
, please open an
issue.