-
Notifications
You must be signed in to change notification settings - Fork 38
/
DESCRIPTION
56 lines (56 loc) · 1.27 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: evaluator
Title: Quantified Risk Assessment Toolkit
Version: 0.4.4
Authors@R: c(person("David", "Severski", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7867-0459")))
Description: An open source risk analysis toolkit based on the OpenFAIR ontology
<https://publications.opengroup.org/c20b> and risk analysis standard
<https://publications.opengroup.org/c20a>. Empowers an organization to
perform a quantifiable, repeatable, and data-driven risk review.
Depends: R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
cli,
dplyr,
ggplot2,
mc2d,
magrittr,
purrr,
readr,
readxl,
rlang,
rstudioapi,
scales,
stringi,
tibble,
tidyr,
vctrs,
viridis
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
DT,
EnvStats,
covr,
knitr,
flexdashboard (>= 0.4),
forcats,
furrr,
markdown,
mockery,
pander (>= 0.6.1),
psych,
rmarkdown (>= 1.9),
shiny,
shinytest,
spelling,
statip,
sysfonts,
testthat
SystemRequirements: pandoc
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://evaluator.tidyrisk.org
BugReports: https://github.com/davidski/evaluator/issues
Language: en-US