Package: covid19nytimes
Title: Pulls the Covid-19 Data from the New York Times Public Data
        Source
Version: 0.1.3
Authors@R: 
    person(given = "Jarrett",
           family = "Byrnes",
           role = c("aut", "cre"),
           email = "jarrett.byrnes@umb.edu",
           comment = c(ORCID = "0000-0002-9791-9472"))
Description: Accesses the NY Times Covid-19 county-level data
    for the US, described in
    <https://www.nytimes.com/article/coronavirus-county-data-us.html> and
    available at <https://github.com/nytimes/covid-19-data>. It then returns
    the data in a tidy data format according to the Covid19R Project data
    specification. If you plan to use the data or publicly display the data
    or results, please make sure cite the original NY Times source. Please read and
    follow the terms laid out in the data license at 
    <https://github.com/nytimes/covid-19-data/blob/master/LICENSE>.
License: MIT + file LICENSE
URL: https://github.com/Covid19R/covid19nytimes
BugReports: https://github.com/Covid19R/covid19nytimes/issues
Depends: R (>= 3.0.2)
Imports: dplyr (>= 0.8.5), magrittr (>= 1.5), readr (>= 1.3.1), rlang
        (>= 0.4.5), tibble (>= 2.1.3), tidyr (>= 1.0.2)
Suggests: ggplot2 (>= 3.2.1), knitr (>= 1.27), purrr (>= 0.3.3),
        rmarkdown (>= 2.1), sf (>= 0.8.1), stringr (>= 1.4.0), testthat
        (>= 2.3.1), tigris
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-04-29 02:27:12 UTC; jebyrnes
Author: Jarrett Byrnes [aut, cre] (<https://orcid.org/0000-0002-9791-9472>)
Maintainer: Jarrett Byrnes <jarrett.byrnes@umb.edu>
Repository: CRAN
Date/Publication: 2020-05-08 19:20:03 UTC
