Package: tidytuesdayR
Type: Package
Title: Access the Weekly 'TidyTuesday' Project Dataset
Version: 1.0.1
Authors@R: 
    c(
      person(
        given = "Ellis", 
        family = "Hughes", 
        email = "ellishughes@live.com", 
        role = c("aut", "cre")
      ),
      person(
        given = "Jon", 
        family = "Harmon", 
        email = "jonthegeek@gmail.com", 
        role = "ctb"
      ),
      person(
        given = "Thomas", 
        family = "Mock", 
        email = "j.thomasmock@gmail.com", 
        role = "ctb"
      ),
      person(
        given = "R4DS Online Learning Community",
        email = "rfordatasci@gmail.com",
        role = "dtc"
      )
    )
Description: 
  'TidyTuesday' is a project by the 'R4DS Online Learning Community' in which they 
  post a weekly dataset onto post a weekly dataset in a public data repository 
  (<https://github.com/rfordatascience/tidytuesday>) for people to
  analyze and visualize. This package provides the tools to easily download this data and the 
  description of the source.
License: MIT + file LICENSE
URL: https://github.com/thebioengineer/tidytuesdayR
BugReports: https://github.com/thebioengineer/tidytuesdayR/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 3.4.0)
Suggests: testthat (>= 2.1.0), covr, pkgdown, tibble
Imports: readxl (>= 1.0.0), rvest (>= 0.3.2), tools (>= 3.1.0),
        lubridate (>= 1.7.0), purrr (>= 0.2.5), readr (>= 1.0.0),
        rstudioapi (>= 0.2), xml2 (>= 1.2.0), httr, jsonlite, magrittr,
        usethis
NeedsCompilation: no
Packaged: 2020-07-10 01:01:55 UTC; ehhughes
Author: Ellis Hughes [aut, cre],
  Jon Harmon [ctb],
  Thomas Mock [ctb],
  R4DS Online Learning Community [dtc]
Maintainer: Ellis Hughes <ellishughes@live.com>
Repository: CRAN
Date/Publication: 2020-07-10 05:00:03 UTC
