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

fulltext v1.2.0

Compare
Choose a tag to compare
@sckott sckott released this 22 Jan 18:28
· 168 commits to master since this release

NEW FEATURES

  • ft_get() gains a progress parameter, TRUE printing a progress bar and FALSE not. By default we do not print a progress bar to be consistent with the behavior of previous versions (#140) (#190)
  • cache_options_set() gains new parameter full_path to set the entire path to the cache, use like cache_options_set(full_path = yourpath) (#185) thanks @bomeara for the feature request

DEFUNCT

BUG FIXES

  • Fix to eupmc_search() internal function. At some piont Europe PMC changed the way they do paging, what parameters are used, etc. Fixed now. See examples for how to do paging; uses a cursor model instead of a rows/offset model (#184) thanks @jshleap for the report
  • two hopefully fixes for Wiley URLs: a) try a 2nd url pattern if the first fails in general for Wiley links; and b) if highwire links found, replace with a url pattern that should work (#189) thanks @bomeara for the report

NEW IMPROVEMENTS

  • remaining httr code removed, now using crul for all HTTP requests (#187)
  • filled out Scopus and Crossref TDM parts in the Authentication section of the package level manual file ?fulltext-package; and add more details on authentication in the ?ft_get manual file (#182) (#183)