This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Releases: ropensci-archive/rplos
Releases · ropensci-archive/rplos
rplos v1.0.0
rplos v0.9.0
rplos v0.8.6
MINOR IMPROVEMENTS
- use
preserve_exact_body_bytes
for tests for plosabstract and plosfigtabcaps to avoid non-ascii text problems on debian clang devel (#125)
rplos v0.8.4
MINOR IMPROVEMENTS
- 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)
rplos v0.8.2
NEW FEATURES
- Integration with
vcr
andwebmockr
packages for unit test stubbing
BUG FIXES
rplos v0.8.0
NEW FEATURES
- Now using
solrium
for under the hood Solr interaction instead
ofsolr
package (#106) - Along with above change, the following:
facetplos
,searchplos
,
andhighplos
lose parameterverbose
, and gain parameters
error
andproxy
for changing how verbose error reporting is, and
for setting proxy details, respectively. - Now using
crul
instead ofhttr
for HTTP requests (#110)
MINOR IMPROVEMENTS
rplos v0.6.4
rplos v0.6.0
MINOR IMPROVEMENTS
- Added notes to documentation for relavant functions for how to do
phrase searching. (#96) (#97) thanks @poldham - Removed parameter
random
parameter fromcitations()
function as it's
no longer available in the API (#103) - Swapped out all uses of
dplyr::rbind_all()
fordplyr::bind_rows()
(#105) full_text_urls()
now gives backNA
when DOIs for annotations are
given, which can be easily removed.
BUG FIXES
- Fixed
full_text_urls()
function to create full text URLs for PLOS
Clinical Trials correctly (#104)
rplos v0.5.6
rplos v0.5.4
MINOR IMPROVEMENTS
- Change
solr
dependency to require versionv0.1.6
or less (#94)