-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
68 lines (68 loc) · 1.42 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
64
65
66
67
68
Package: covidReport
Title: SCHD Package for Reporting COVID-19 Data
Version: 0.0.0.9001
Authors@R:
person(given = "Jesse",
family = "Smith",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7375-2463"))
Description: The goal of covidReport is to provide a simple interface to
generate reports and graphics from Shelby County COVID-19 data. The
hope is that responsibility for all regularly produced outputs will
eventually be shifted to this package.
License: GPL (>= 3)
URL: https://github.com/jesse-smith/covidReport,
https://jesse-smith.github.io/covidReport/
BugReports: https://github.com/jesse-smith/covidReport/issues
Depends:
R (>= 3.5.0)
Imports:
base64enc,
coviData,
covidModel,
flextable,
forcats,
ggsci,
gt,
httr,
magrittr,
reactable,
readr,
readxl,
rlang,
rvest,
tidylog,
timetk,
vctrs,
webshot,
xml2
Suggests:
covr,
dplyr,
fs,
ggplot2,
htmlwidgets,
janitor,
jsonlite,
lubridate,
mockery,
officer,
purrr,
RColorBrewer,
scales,
sf,
stringr,
testthat (>= 3.0.0),
tibble,
tidyr,
vdiffr,
withr
Remotes:
jesse-smith/coviData,
jesse-smith/covidModel
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1