README.md

rrisk: Risk modelling and auto-reporting in R

Introduction

rrisk is an R package that has been developed at the BfR (Federal Institute for Risk Assessment) as a prototype of a programme to support the risk assessor in the definition and reporting of quantitative risk models. The programme is based on the open source software "R" and therefore falls under the GNU-licence (General Public License) for free distribution. rrisk is a project under development. Please note the conditions of use.

Features and developments goals of rrisk

The special features and development goals of the software are:

Download of the software

The program and documentation can be downloaded from this repository. Use the following in R

if (!require(devtools))
{
  install.packages("devtools")
  library(devtools)
}

install_github("BfRstats/rrisk", dependencies = TRUE)

Further required or recommended software to run rrisk

| Software | Use | |-----------------------------------------|------------------------------------------------------------------| | R | required to run rrisk | | JabRef | recommended to integrate a personal BibTeX reference data base | | MikTeX | recommended TeX-Software for generation of Modell-Reports |



BfRstats/rrisk documentation built on May 5, 2019, 3:49 p.m.