Changes: - Fixed bug relating to list sizes of differing lengths (#69 @tombroekel) and missing href attributes (#70 @Arf9999) - Merged PR from @seakintruth (#56)
Changes: - Fixed bug relating to HTML comments, a contribution by @chainsawriot.
Changes: - Fixed bug relating to HTML comments.
Changes: - Updated user agent.
Changes: - Removed occurrence of warning message related to
tidyselect’s where()
. - Updated list of contributors in
DESCRIPTION.
Changes: - Updated package to work with dplyr 1.0.0.
Changes: - More complete testing - Better checking of ‘geo’ RSS feeds
- new parse_dates
argument that allows users to skip
parsing of dates. - bugfix for missing import of dplyr’s case_when
Changes: Removed simple features parsing functionality to a sister package, tidygeoRSS. More robust testing strategy, streamlined code and less dependencies. Removed dataset of rss feeds as I thought it unnecessary.
Changes: Pass default user-agent to httr::GET. This solves 403 errors from certain RSS feeds.
Changes: Bug (typo) introduced in v1.2.10, which produced ‘Error in eval(lhs, parent, parent) : object ’rss’ not found’. Now fixed. Feeds that are no longer available have been removed from the dataset included. Better handling of list-columns for rss category columns.
Changes: Small bugfix for category columns.
Changes: Added functionality to process dc:date tags in v1 RSS feeds and better handling of item category columns, see https://github.com/luke-a/tidyRSS/commit/c677022996fa971b49ef1a858ae21ca720b56c8e .
Changes: Fix to add proper href links in Atom feeds.
Changes: Small fix to add item descriptions for RSS feeds.
Changes: Fixed an error with feeds parsing as geoRSS when they didn’t have the necessary lat/lon columns.
Changes: Removed tests. The tests were based on checking a bunch of RSS feed URLs. Since feeds undergo maintenance, or are taken down etc., the tests were failing randomly.
Changes: Added support for geo RSS feeds.
Changes: Changed tests to avoid failures due to problems outside the package (faulty connections, site maintenance, feeds being taken down).
Changes: Added preliminary support for jsonfeeds; minor changes to parsing other feeds; minor change to data included with the package.
Changes: Minor changes to parsing Atom feeds.
Changes:
Changes: