5
5
6
6
<!-- badges: start -->
7
7
8
- [ ![ Build
9
- Status] ( https://travis-ci.org/davidski/evaluator.svg?branch=master )] ( https://travis-ci.org/davidski/evaluator )
10
- [ ![ AppVeyor Build
11
- Status] ( https://ci.appveyor.com/api/projects/status/github/davidski/evaluator?branch=master&svg=true )] ( https://ci.appveyor.com/project/davidski/evaluator )
8
+ [ ![ R build
9
+ status] ( https://github.com/davidski/evaluator/workflows/R-CMD-check/badge.svg )] ( https://github.com/davidski/evaluator/actions )
12
10
[ ![ Coverage
13
11
Status] ( https://codecov.io/gh/davidski/evaluator/branch/master/graph/badge.svg )] ( https://codecov.io/github/davidski/evaluator?branch=master )
14
12
[ ![ CRAN\_ Status\_ Badge] ( https://www.r-pkg.org/badges/version/evaluator )] ( https://cran.r-project.org/package=evaluator )
@@ -26,12 +24,12 @@ data-driven risk review.
26
24
27
25
Three sample outputs of this toolkit are available:
28
26
29
- 1 ) A [ sample risk
27
+ 1 . A [ sample risk
30
28
analysis] ( https://evaluator.tidyrisk.org/reports/evaluator_risk_analysis.html )
31
29
report
32
- 2 ) A one page [ risk
30
+ 2 . A one page [ risk
33
31
dashboard] ( https://evaluator.tidyrisk.org/reports/evaluator_risk_dashboard.html )
34
- 3 ) A demonstration copy of [ Scenario
32
+ 3 . A demonstration copy of [ Scenario
35
33
Explorer] ( https://davidski.shinyapps.io/scenario_explorer )
36
34
37
35
## Installation
@@ -68,11 +66,11 @@ From Excel:
68
66
69
67
From Evaluator:
70
68
71
- 2 . Import the data
72
- 3 . Prepare the data for simulation
73
- 4 . Run the simulations
74
- 5 . Summarize the results
75
- 6 . Generate draft reports for customization
69
+ 1 . Import the data
70
+ 2 . Prepare the data for simulation
71
+ 3 . Run the simulations
72
+ 4 . Summarize the results
73
+ 5 . Generate draft reports for customization
76
74
77
75
A detailed guide is available in the vignette accessed via
78
76
` vignette("usage", package="evaluator") ` . A short screencast showing the
@@ -86,38 +84,38 @@ While evaluator is a powerful tool, it does not attempt to address
86
84
interactions between risk scenarios, rolling up multiple levels of risk
87
85
into aggregations, or other advanced topics. As you become more
88
86
comfortable with quantitative risk analysis, you may wish to dive deeper
89
- into these areas (and I hope you do\ ! ). The following resources may help
87
+ into these areas (and I hope you do!). The following resources may help
90
88
you explore these and other topics in risk management.
91
89
92
90
### Alternative Software
93
91
94
- - [ RiskLens] ( http://www.risklens.com/ ) , a commercial analysis suite,
92
+ - [ RiskLens] ( http://www.risklens.com/ ) , a commercial analysis suite,
95
93
founded by the original creator of the FAIR methodology
96
- - [ FAIR Tool] ( https://github.com/zugo01/FAIRTool ) , a Shiny and R based
94
+ - [ FAIR Tool] ( https://github.com/zugo01/FAIRTool ) , a Shiny and R based
97
95
two scenario simulator, authored by Ezeugo Aguta under an MIT
98
96
license
99
- - [ FAIR-U] ( https://www.fairinstitute.org/fair-u ) , a free educational
97
+ - [ FAIR-U] ( https://www.fairinstitute.org/fair-u ) , a free educational
100
98
tool for learning FAIR analysis, powered by RiskLens
101
- - [ Open FAIR Risk Analysis
99
+ - [ Open FAIR Risk Analysis
102
100
Tool] ( https://publications.opengroup.org/i181 ) , an Excel and SIPMath
103
101
base tool with a limited open license
104
102
105
103
### Blogs/Books/Training
106
104
107
- - Russell C. Thomas’s excellent and provocative blog post on systemic
105
+ - Russell C. Thomas’s excellent and provocative blog post on systemic
108
106
[ Risk
109
107
Management] ( http://exploringpossibilityspace.blogspot.com/2013/08/risk-management-out-with-old-in-with-new.html )
110
- - [ Measuring and Managing Information
108
+ - [ Measuring and Managing Information
111
109
Risk] ( https://smile.amazon.com/gp/product/0124202314 )
112
- - [ OpenFAIR
110
+ - [ OpenFAIR
113
111
certification] ( http://www.opengroup.org/certifications/openfair )
114
- - [ Hubbard Decision Research calibration
112
+ - [ Hubbard Decision Research calibration
115
113
training] ( https://www.hubbardresearch.com/training/ )
116
114
117
115
### Associations
118
116
119
- - [ FAIR Institute] ( http://www.fairinstitute.org/ )
120
- - [ Society of Information Risk Analysts
117
+ - [ FAIR Institute] ( http://www.fairinstitute.org/ )
118
+ - [ Society of Information Risk Analysts
121
119
(SIRA)] ( https://www.societyinforisk.org/ )
122
120
123
121
## Contributing
0 commit comments