You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2022. It is now read-only.
functions that use solrium under the hood now have a progress parameter that you can pass htt::progress() to get progress information; especially useful for long running queries (#124)
update docs for searchplos() and all wrapper fxns to explain that internal pagination is used, but that users can do their own pagination if they like (#122)
BUG FIXES
fix to pagination in searchplos() and all wrapper fxns. large numbers were being passed as scientific notation, fixed now (#123)
Now using solrium for under the hood Solr interaction instead
of solr package (#106)
Along with above change, the following: facetplos, searchplos,
and highplos lose parameter verbose, and gain parameters error and proxy for changing how verbose error reporting is, and
for setting proxy details, respectively.
Now using crul instead of httr for HTTP requests (#110)
MINOR IMPROVEMENTS
Fix to placement of images for README requested by CRAN (#114)