Package: tidyRSS
Type: Package
Title: Tidy RSS for R
Version: 2.0.1
Author: Robert Myles McDonnell
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
LazyData: true
Depends: R (>= 3.1.0)
Imports: xml2 (>= 1.2.0), httr(>= 1.3.0), magrittr (>= 1.5), tibble (>=
        1.4.0), dplyr (>= 0.8.0), jsonlite (>= 1.5), purrr (>= 0.3.0),
        anytime(>= 0.3.0), rlang (>= 0.4.0)
Suggests: httptest, knitr, rmarkdown, covr, testthat
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-03-07 15:45:02 UTC; f64k1s8
Repository: CRAN
Date/Publication: 2020-03-07 16:00:02 UTC
