Skip to contents

Overview

Quantify and Report (Technology) Risk: A streamlined tool designed to make it easier to quantify risk using expert estimation. Given expert estimates for loss frequency and magnitude, generate a report that forecasts losses by risk and in aggregate.

First presented as a demo in my 2024 SIRAcon talk, “UnFAIR: Simplifying and Expanding Technology Risk Quantification.”

A rendered version of the standalone sample report is available here.

Quick Start

Detailed instructions are available in the Introduction to quantrr vignette.

  1. Install the latest version of R for your platform.
  2. Download and install the Quarto CLI.
  3. Download and extract the “standalone” directory from this repository.
  4. Launch R and set the working directory to the “standalone” directory.
  5. Run source("setup.R") to install the required R packages.
  6. Run source("preview.R") to build and display the example analysis.

Installation

You can install the development version of quantrr from GitHub with:

# install.packages("remotes")
remotes::install_github("jabenninghoff/quantrr")

Or using renv:

# install.packages("renv")
renv::install("jabenninghoff/quantrr")

Development

  • Changelog: See “Changelog” or NEWS.md.
  • Planned: TODO