R CMD check failures.
They're already in \donttest{ }, but now also put them within
if(interactive()) { }.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_by in arxiv_search() is working again. [Issue #70]
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.
The arXiv API no longer seems to allow max_results == 0, so in
arxiv_search() we now require limit>0, and in arxiv_count()
and can_arxiv_connect() we use max_results=1.
Skipping tests of sort_by in arxiv_search(); the arXiv API
seems to be ignoring it.
The package had totally stopped working. Got it working again by
using GET rather than POST, and query rather than body.
Fixed a typo in arxiv_count() that had been introduced way back in
December, 2014.
arxiv_cats dataset.Add ORCIDs
Update vignette
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.
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.
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.