-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 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
Type: Package
Package: dist.spec
Title: Define probability distributions with certain or uncertain parameters
Version: 0.0.9000
Authors@R:
c(person(given = "Sebastian",
family = "Funk",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2842-3406")),
person(given = "James M.",
family = "Azam",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5782-7330")),
person(given = "Sam",
family = "Abbott",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8057-8037"))
)
Description: Functions for defining probability distributions with potentially
uncertain parameters.
License: MIT + file LICENSE
URL: https://epiforecasts.io/dist.spec
BugReports: https://github.com/epiforecasts/dist.spec/issues
Depends:
R (>= 3.5.0)
Imports:
checkmate,
cli,
data.table,
ggplot2,
lifecycle,
purrr,
rlang,
stats,
truncnorm,
utils
Suggests:
covr,
rmarkdown,
spelling,
testthat
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2