Skip to content

Releases: ropensci/aRxiv

0.10

29 Feb 17:43
f664b1e
Compare
Choose a tag to compare

aRxiv 0.10

BUG FIXES

  • Small revision to aRxiv vignette to deal with the change in the structure of the arxiv_cats dataset.

0.8

22 Jan 18:43
778e0d0
Compare
Choose a tag to compare
0.8
  • Update arxiv_cats, dataset with category information, and the scripts to build that and the dataset query_terms.
  • Replaced NEWS with NEWS.md

0.6

06 Dec 17:11
Compare
Choose a tag to compare
0.6
  • switch from appveyor/travis to github actions for testing
  • fix a bunch of URLs to avoid R CMD check warnings
  • small bug fix to partially deal with Issue #53

0.5.19

08 Aug 18:30
Compare
Choose a tag to compare
  • Only cosmetic changes (maintainer email, add ORCIDs, changes to text in the vignette)

0.5.16

28 Apr 22:44
Compare
Choose a tag to compare

BUG FIXES

  • To eliminate continued pain over empty search queries, just trap them in advance and don't send them to arXiv.

0.5.15

06 Apr 03:57
Compare
Choose a tag to compare

BUG FIXES

  • Results for empty search queries seems to have changed; fixed to give appropriate return values.

0.5.10

02 Jun 11:34
Compare
Choose a tag to compare

BUG FIXES

  • Fix a small problem related to a new behavior in a pre-release
    version of the httr package. (httr is no longer dropping NULLs from
    the POST search body.)
  • Fix a test error, that arose due to a change in the order of records
    returned by a query.

0.5.8

02 Jun 11:36
Compare
Choose a tag to compare

BUG FIXES

  • arXiv connection errors was causing test errors. Added a function to
    test connection to arXiv; tests are skipped if we can't connect.
  • try to avoid many of the tests on CRAN, where intermittent test
    errors will cause universal headaches.

0.5.5

02 Jun 11:36
Compare
Choose a tag to compare

BUG FIXES

  • Fix mistakes in the table in the help for arxiv_search that
    describes the output.
  • When searching in batches, arxiv_search could return more than the
    requested limit.
  • Fix tests of date range; a new 2013 arXiv manuscript changed the
    expected count.

0.5.2

02 Jun 11:36
Compare
Choose a tag to compare

NEW FEATURES

  • released to CRAN