Releases: wikihistories/wikkitidy
Releases · wikihistories/wikkitidy
wikkitidy 0.1.14
- Added
failure_modeparameter toget_history_count()andpage_vector_functions - Changed behaviour of
get_rest_resource()so that the number of output rows is guaranteed to be the same as the number of input rows. Now if a request fails, a new column is added to the outputerror_code, with the http response code. - Removed
get_page_related()due to deprecation of API endpoint wikkitidynow depends on R 4.1, due to use of the native pipe- Removed use of "redirect" parameter in
wikimedia_rest_requesttests, due to deprecation
wikkitidy 0.1.13
- New
gracefully()function added to allow graceful failure of http requests, as per CRAN policy. All API calls to Wikipedia query modules are now wrapped ingracefully()in the examples.
wikkitidy 0.1.12
tidyrmoved from Imports to Suggests- Automatic unnesting, introduced in 0.1.8, removed. It was causing bugs in certain edge cases, when nested data frames duplicated columns from the enclosing data frame. Unnesting is now left to the user, as shown in the examples.
wikkitidy 0.1.11
- Live API calls removed from test suite on CRAN; these are still tested in the package's CI pipeline.
- Fixed failing test due to Wikimedia server error
wikkitidy 0.1.10
First release of wikkitidy. Full changelog at https://wikihistories.github.io/wikkitidy/news/index.html