-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
69 lines (69 loc) · 2.32 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
69
Type: Package
Package: getTBinR
Title: Access and Summarise World Health Organization Tuberculosis Data
Version: 0.7.1
Authors@R: c(
person(given = "Sam Abbott",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8057-8037")),
person(given = "Maria Bekker-Nielsen Dunbar",
role = c("ctb"),
comment = c(ORCID = "0000-0002-7249-3524")))
Description: Quickly and easily import analysis ready
Tuberculosis (TB) burden data, from the World Health Organization
(WHO), into R. The aim of getTBinR is to allow researchers, and other
interested individuals, to quickly and easily gain access to a
detailed TB data set and to start using it to derive key insights. It
provides a consistent set of tools that can be used to rapidly
evaluate hypotheses on a widely used data set before they are explored
further using more complex methods or more detailed data. These tools
include: generic plotting and mapping functions; a data dictionary
search tool; an interactive shiny dashboard; and an automated, country
level, TB report. For newer R users, this package reduces the barrier
to entry by handling data import, munging, and visualisation. All
plotting and mapping functions are built with ggplot2 so can be
readily extended.
License: GPL-3 | file LICENSE
URL: https://www.samabbott.co.uk/getTBinR,
https://github.com/seabbs/getTBinR
BugReports: https://github.com/seabbs/getTBinR/issues
Depends:
R (>= 3.3.0)
Imports:
data.table (>= 1.12.0),
dplyr (>= 1.0.0),
ggplot2 (>= 3.3.1),
ggthemes (>= 4.2.0),
magrittr (>= 1.5),
plotly (>= 4.9.2.1),
purrr (>= 0.3.4),
scales (>= 1.1.1),
tibble (>= 3.0.1),
tidyr (>= 1.1.0),
viridis (>= 0.5.1),
rlang (>= 0.4.6),
grDevices
Suggests:
spelling (>= 2.1),
covr (>= 3.5.0),
devtools (>= 2.3.0),
usethis (>= 1.6.1),
knitr (>= 1.28),
pkgnet (>= 0.4.1),
rmarkdown (>= 2.2),
shiny (>= 1.4.0.2),
shinycssloaders (>= 0.3),
shinydashboard (>= 0.7.1),
shinyWidgets (>= 0.5.3),
testthat (>= 2.3.2),
vdiffr (>= 0.3.2),
styler (>= 1.3.2),
pkgdown (>= 1.5.1)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Language: en-GB