-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 938 Bytes
/
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
Package: tti
Type: Package
Title: Test-trace-isolate Recursive Equations
Version: 0.1.0
Authors@R:
c(person(given = "Lucy",
family = "D'Agostino McGowan",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7297-9359")),
person(given = "Elizabeth",
family = "Lee",
role = c("ctb")),
person(given = "Kyra",
family = "Grantz",
role = c("ctb")),
person(given = "Justin",
family = "Lessler",
role = c("ctb")))
Description: Recursive equations to calculate cumulative percentage of
infections over time.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
glue,
tibble,
purrr,
dplyr,
tidyr
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 2.1.0),
covr
Depends:
R (>= 2.10)