-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.04 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
Package: fingertipscharts
Type: Package
Version: 0.0.14.9001
Title: Produce Charts that you See on the Fingertips Website
Description: Use Fingertips charts to recreate the visualisations
that are displayed on the Fingertips website (<http://fingertips.phe.org.uk/>).
Depends: R (>= 3.4.0)
Authors@R: c(
person("Annabel", "Westermann", , "[email protected]", c("aut", "cre")),
person("Sebastian", "Fox", , "[email protected]", c("aut", "ctb")))
URL: https://fingertips.phe.org.uk,
https://ukhsa-collaboration.github.io/fingertipscharts/
BugReports: https://github.com/PublicHealthEngland/fingertipscharts/issues
Imports:
dplyr (>= 1.0.0),
ggplot2 (>= 3.3),
httr,
leaflet,
purrr,
rlang,
scales,
sf (>= 0.7),
stats,
stringr,
tibble,
tidyr (>= 1.0.0),
tidyselect,
utils
Suggests:
gdtools,
knitr,
rmarkdown,
testthat,
vdiffr,
webshot
License: GPL-3
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Config/testthat/edition: 3