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

rplos v0.8.0

Compare
Choose a tag to compare
@sckott sckott released this 03 Nov 15:01
· 92 commits to master since this release

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