-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.79 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
57
58
59
60
61
62
63
Package: hubEvals
Title: Basic tools for scoring hubverse forecasts
Version: 0.0.0.9001
Authors@R: c(
person(given = "Nicholas",
family = "Reich",
email = "nick@umass.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3503-9899")),
person(given = "Evan",
family = "Ray",
email = "elray1@umass.edu",
role = c("aut")),
person(given = "Nikos",
family = "Bosse",
role = c("aut"),
email = "nikosbosse@gmail.com",
comment = c(ORCID = "0000-0002-7750-5280")),
person(given = "Matthew",
family = "Cornell",
email = "cornell@schoolph.umass.edu",
role = c("aut")),
person(given = "Zhian",
family = "Kamvar",
email = "zkamvar@umass.edu",
comment = c(ORCID = "0000-0003-1458-7108"),
role = c("ctb")),
person(given = "Becky",
family = "Sweger",
email = "rsweger@umass.edu",
role = c("aut")),
person(given = "Kimberlyn",
family = "Roosa",
email = "kimberlyn626@gmail.com",
role = c("aut"))
)
Description:
Using functionality from the scoringutils package, this software provides
basic tools for scoring hubverse forecasts.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
cli,
dplyr,
hubUtils,
purrr,
rlang,
scoringutils (>= 1.2.2.9000)
Remotes:
epiforecasts/scoringutils,
hubverse-org/hubExamples,
hubverse-org/hubUtils
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://hubverse-org.github.io/hubEvals/
Depends:
R (>= 2.10)
LazyData: true
Config/Needs/website: hubverse-org/hubStyle
Suggests:
hubExamples,
testthat (>= 3.0.0)
Config/testthat/edition: 3