Package: tidyRSS
Type: Package
Title: Tidy RSS for R
Version: 2.0.4
Authors@R: c(
    person("Robert Myles", "McDonnell", email = "robertmylesmcdonnell@gmail.com", role = c("aut", "cre")),
    person("Jonathan", "Carroll", email = "jono@jcarroll.com.au", role = "ctb"),
    person("Mike", "Smith", email = "grimbough@gmail.com", role = "ctb"),
    person("Joseph", "Stachelek", role = "ctb")
    )
Maintainer: Robert Myles McDonnell <robertmylesmcdonnell@gmail.com>
Description: 
    With the objective of including data from RSS feeds into your analysis, 
    'tidyRSS' parses RSS, Atom and JSON feeds and returns a tidy data frame.
URL: https://github.com/RobertMyles/tidyrss
BugReports: https://github.com/RobertMyles/tidyrss/issues
Encoding: UTF-8
License: MIT + file LICENSE
Depends: R (>= 3.1.0)
Imports: xml2 (>= 1.3.1), httr(>= 1.4.1), magrittr (>= 1.5), tibble (>=
        3.0.0), dplyr (>= 1.0.0), jsonlite (>= 1.6.1), purrr (>=
        0.3.3), anytime(>= 0.3.7), rlang (>= 0.4.6), glue (>= 1.4.0),
        vctrs (>= 0.3.0), tidyselect (>= 1.1.0)
Suggests: httptest, knitr, rmarkdown, covr, testthat
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-10-07 15:04:55 UTC; robert
Author: Robert Myles McDonnell [aut, cre],
  Jonathan Carroll [ctb],
  Mike Smith [ctb],
  Joseph Stachelek [ctb]
Repository: CRAN
Date/Publication: 2021-10-07 16:30:02 UTC
