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 = "contact@samabbott.co.uk",
           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
RoxygenNote: 7.1.0
Language: en-GB
NeedsCompilation: no
Packaged: 2020-06-10 22:36:22 UTC; seabbs
Author: Sam Abbott [aut, cre] (<https://orcid.org/0000-0001-8057-8037>),
  Maria Bekker-Nielsen Dunbar [ctb]
    (<https://orcid.org/0000-0002-7249-3524>)
Maintainer: Sam Abbott <contact@samabbott.co.uk>
Repository: CRAN
Date/Publication: 2020-06-11 05:00:02 UTC
Built: R 4.0.2; ; 2020-08-02 16:01:56 UTC; windows
