-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
44 lines (44 loc) · 1.29 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
Package: RtD3
Title: Rt Visualization in D3
Version: 0.0.1
Authors@R: c(
person(given = "Hamish",
family = "Gibbs",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4413-453X")),
person(given = "Sam Abbott",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8057-8037")),
person("Sebastian", "Funk",
email = "[email protected]",
role = c("aut")))
Description: Create interactive visualisations of Rt estimates using 'D3.js'
(Gibbs et al. (2020) <doi:10.5281/zenodo.4011842>). Developed primarily targeting Rt estimates
generated by the 'EpiNow2' package, 'RtD3' aims to make simple, beautiful
visualisations that help researchers explore their results and share them with others.
License: MIT + file LICENSE
URL: https:/epiforecasts.io/RtD3,
https://github.com/epiforecasts/RtD3
BugReports: https://github.com/epiforecasts/RtD3/issues
Imports:
jsonlite,
htmlwidgets,
geojsonsf,
data.table,
purrr
Suggests:
testthat,
spelling,
knitr,
covr,
dplyr,
sf,
rgeos,
rnaturalearth
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Language: en-US