Skip to content

europepmc 0.1.2

Compare
Choose a tag to compare
@njahn82 njahn82 released this 08 Jan 16:59

europepmc 0.1.2

  • catch HTTP 500 errors which sometimes occur and re-try up to five times. It re-uses googlesheet's approach
  • new function epmc_profile() to get an overview of hit counts for several databases or publication types
  • update imported packages in DESCRIPTION

europepmc 0.1.1

Support most recent RESTful API v4.5.3

Major changes

  • epmc_search(): implement cursorMark to paginate through results
  • epmc_search(): added sort parameter
  • epmc_search(): support of raw output file #7

Minor changes

  • epmc_search() and other functions return non-nested data.frames as tibbles to better support the tidyverse
  • epmc_search() improve error handling when nothing was found
  • epmc_details() [added MeSH qualifer #8]((#8)
  • remove NBKas data source forepmc_details(), use PMIDs (MED`) instead
  • fix warnings regarding vignettes and imported dependencies reported by CRAN