-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.18 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
Package: quantrr
Title: Quantify and Report (Technology) Risk
Version: 1.1.1
Authors@R:
person("John", "Benninghoff", , "jbenninghoff@mac.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6230-4742"))
Description: 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.
License: MIT + file LICENSE
URL: https://jabenninghoff.github.io/quantrr/,
https://github.com/jabenninghoff/quantrr
BugReports: https://github.com/jabenninghoff/quantrr/issues
Imports:
dplyr,
purrr,
tibble,
validate
Suggests:
covr,
desc,
devtools,
DT,
formattable,
fs,
ggplot2,
janitor,
jbplot,
knitr,
pkgdown,
pkgload,
plotly,
quarto,
rdev (>= 1.11.1),
readxl,
remotes,
rmarkdown,
scales,
spelling,
testthat (>= 3.0.0),
usethis,
withr
VignetteBuilder:
knitr
Remotes:
jabenninghoff/jbplot,
jabenninghoff/rdev
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2