Package: covid19.nhs.data
Title: Covid 19 England Hospital Admissions
Version: 0.1.0
Authors@R: c(person("Sophie", "Meakin",
                    email = "sophie.meakin@lshtm.ac.uk",
                    role = c("aut", "cre")),
    person(given = "Sam", "Abbott",
           role = c("aut"),
           email = "sam.abbott@lshtm.ac.uk",
           comment = c(ORCID = "0000-0001-8057-8037")),
    person("Sebastian", "Funk",
            email = "sebastian.funk@lshtm.ac.uk",
            role = c("aut")))
Description: Facilitates access to data on English Covid-19 hospital admissions 
    aggregated to a range of spatial scales. 
Language: en-GB
License: MIT + file LICENSE
URL: https://epiforecasts.io/covid19.nhs.data,
    https://github.com/epiforecasts/covid19.nhs.data
BugReports: https://github.com/epiforecasts/covid19.nhs.data/issues
Depends:
    R (>= 2.10)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports: 
    lubridate,
    dplyr,
    magrittr,
    RCurl,
    readxl,
    purrr,
    tibble,
    tidyr,
    ggplot2,
    utils,
    sf
Suggests: 
    janitor,
    here,
    knitr,
    spelling,
    usethis,
    rmarkdown,
    covr
VignetteBuilder: knitr
