aRxiv 0.15.3
BUG FIXES
Got
clean_links()working again, so abstract, pdf and doi links are included in the search results. [Issue #68]Capture result that looks blank but contains the error “Rate exceeded.” [Issue #66]
sort_byinarxiv_search()is working again. [Issue #70]
aRxiv 0.14
CRAN release: 2025-11-14
MINOR CHANGES
Small changes to aRxiv vignette to avoid errors if we cannot connect to the arXiv API.
In the vignette: the arXiv API no longer allows you to search on
lastUpdatedDate.
BUG FIXES
The arXiv API no longer seems to allow
max_results == 0, so inarxiv_search()we now requirelimit>0, and inarxiv_count()andcan_arxiv_connect()we usemax_results=1.Skipping tests of
sort_byinarxiv_search(); the arXiv API seems to be ignoring it.
aRxiv 0.12
CRAN release: 2025-07-29
BUG FIXES
The package had totally stopped working. Got it working again by using
GETrather thanPOST, andqueryrather thanbody.Fixed a typo in
arxiv_count()that had been introduced way back in December, 2014.
