Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Releases: ropensci-archive/rplos

rplos v1.0.0

23 Feb 20:19
bcc1362
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • fix a broken test on cran (#128)

rplos v0.9.0

07 Apr 22:37
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • 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)
  • move readme images to man/figures (#127)
  • replace dplyr::data_frame with dplyr::tibble (#126)

rplos v0.8.6

03 May 19:26
Compare
Choose a tag to compare

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

14 Aug 20:53
Compare
Choose a tag to compare

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

18 Jul 23:37
Compare
Choose a tag to compare

NEW FEATURES

  • Integration with vcr and webmockr packages for unit test stubbing

BUG FIXES

  • for highbrow() open pages with https://doi.org instead of http://dx.doi.org (#117)
  • remove message "Looping - printing progress ..." from searchplos() (#120)
  • fix internal pagination for searchplos(): were accidentally dropping fq statements if more than 1, woopsy (#121)

rplos v0.8.0

03 Nov 15:01
Compare
Choose a tag to compare

NEW FEATURES

  • 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)
  • Replaced XML with xml2 (#112)
  • citations function for PLOS rich citations is defunct as the
    service is gone (#113)
  • package tm dropped from Enhances (#111)
  • added code of conduct, issue and pull request templates

rplos v0.6.4

23 Nov 23:01
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • URLs to full text XML have been changed - old URLs were working
    but were going through 2 302 redirects to get there. Updated URLs.
    (#107)

BUG FIXES

  • Fixed content-type check for plos_fulltext() function. XML
    can be either application/xml or text/xml (#108)

rplos v0.6.0

21 Jul 19:55
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Added notes to documentation for relavant functions for how to do
    phrase searching. (#96) (#97) thanks @poldham
  • Removed parameter random parameter from citations() function as it's
    no longer available in the API (#103)
  • Swapped out all uses of dplyr::rbind_all() for dplyr::bind_rows() (#105)
  • full_text_urls() now gives back NA 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

15 Feb 22:17
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • move ggplot2 from Depends to Imports, and using @importFrom for
    ggplot2 functions, now all imports are using @importFrom (#99)
  • Fixes for httr::content() to parse manually, and use explicit
    encoding of UTF-8 (#102)

rplos v0.5.4

15 Sep 22:12
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Change solr dependency to require version v0.1.6 or less (#94)