-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
47 lines (47 loc) · 1.69 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
Package: fingertipsR
Type: Package
Version: 1.0.12
Title: Fingertips Data for Public Health
Description: Fingertips (<http://fingertips.phe.org.uk/>) contains data for many indicators of public health in England. The underlying data is now more easily accessible by making use of the API.
Maintainer: Annabel Westermann <annabel.westermann@dhsc.gov.uk>
Depends: R (>= 3.4.0)
Authors@R: c(
person("Annabel", "Westermann", , "annabel.westermann@dhsc.gov.uk", c("aut", "cre")),
person("Sebastian", "Fox", , "sebsfox@gmail.com", c("aut", "ctb")),
person("Hadley", "Nanayakkara", , "hadley.nanayakkara@dhsc.gov.uk", c("aut", "ctb")),
person("Julian", "Flowers", , , c("aut","ctb")),
person("Simon", "Thelwall", , "simon.thelwall@ukhsa.gov.uk", c("ctb"),
comment = c(ORCID = "0000-0002-0434-2724")),
person("Duncan", "Garmonsway", , "nacnudus@gmail.com", c("ctb")),
person("Carl", "Ganz", , "carlganz@gmail.com", c("ctb")),
person("David", "Whiting", , "david.whiting@medway.gov.uk", c("ctb")),
person("Luke", "Bradley", , "dev.1b7@outlook.com", c("ctb")),
person("Samuel", "Cutler", , "samuel.cutler@ukhsa.gov.uk", c("ctb")),
person("Crown Copyright 2020", , , , c("cph")))
URL: https://fingertips.phe.org.uk,
https://github.com/ropensci/fingertipsR,
https://docs.ropensci.org/fingertipsR/
BugReports: https://github.com/ropensci/fingertipsR/issues
Imports:
curl,
dplyr,
DT,
httr,
jsonlite,
miniUI,
readr,
rlang,
shiny,
shinycssloaders
Suggests:
ggplot2,
knitr,
pander,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Config/testthat/edition: 3