Skip to content

Releases: wikihistories/wikkitidy

wikkitidy 0.1.14

13 Feb 20:29

Choose a tag to compare

  • Added failure_mode parameter to get_history_count() and page_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 output error_code, with the http response code.
  • Removed get_page_related() due to deprecation of API endpoint
  • wikkitidy now depends on R 4.1, due to use of the native pipe
  • Removed use of "redirect" parameter in wikimedia_rest_request tests, due to deprecation

wikkitidy 0.1.13

21 Aug 06:34

Choose a tag to compare

  • 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 in gracefully() in the examples.

wikkitidy 0.1.12

09 Feb 08:52

Choose a tag to compare

  • tidyr moved 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

30 Oct 06:08

Choose a tag to compare

  • 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

09 Oct 00:44

Choose a tag to compare

First release of wikkitidy. Full changelog at https://wikihistories.github.io/wikkitidy/news/index.html