knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of CMISTR is to allow CMIST assessments in R instead of relying on the MS Excel
Until this package is released on CRAN, please install with:
devtools::install_github("https://github.com/remi-daigle/CMISTR")
This is a basic example which shows you the package workflow:
library(CMISTR) set.seed(11) risks <- sample(x = c(1:3),size = 17,replace = TRUE) uncertainties <- sample(x = c(1:3),size = 17,replace = TRUE) score <- CMISTScore(risks,uncertainties) score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.