Skip to contents

europepmc 0.4.3

CRAN release: 2023-09-20

  • Skip test on CRAN

europepmc 0.4.2

CRAN release: 2023-08-21

  • Minor fixes documentation

europepmc 0.4.1

CRAN release: 2021-09-02

  • Implement API version 6.6 support

Minor changes:

  • Allow full-text retrieval only by PMCID, thanks @ESPoppelaars
  • Bug fix: epmc_search() limit can now be larger than the expected number of results

europepmc 0.4

CRAN release: 2020-05-31

  • Support API version 6.3
  • Europe PMC Annotations ID integration

New functionalities:

Minor changes:

  • improved retry in case API call fails accidentially
  • preprint records collection added
  • retrieve full-text by PMID
  • improved long-form documentation
  • improved testing
  • new official docs site
  • use tibble instead of deprecated data_frame functions

europepmc 0.3

CRAN release: 2018-04-20

  • Implement API version 6.0

Minor changes

  • improved feedback when calling the API
  • link to most current paper from the Europe PMC team

europepmc 0.2

CRAN release: 2017-12-11

  • Move to HTTPS
  • new epmc_hits_trends() function to obtain data for review graphs (thanks @maelle)
  • new vignette “Making proper trend graphs” and updated search documentation

Minor changes

europepmc 0.1.4

CRAN release: 2017-03-20

  • fixed example in vignette which lead to warnings
  • synonym search is operational again

europepmc 0.1.3

CRAN release: 2017-02-23

Minor changes

europepmc 0.1.2

CRAN release: 2017-01-08

  • cache HTTP 500 errors which sometimes occur and re-try up to five times. It is based on 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

CRAN release: 2017-01-06

Implement RESTful API v4.5.3

Major changes

Minor changes

europepmc 0.1

Initial submission to CRAN

Major changes

Support of the following Europe PMC RESTful API methods:

  • search
  • citations
  • references
  • databaseLinks
  • labsLinks
  • textMinedTerms
  • fullTextXML
  • bookXML

Changes made during the ropensci onboarding review by @toph-allen https://github.com/ropensci/software-review/issues/29

Answering to @cstubben reports and suggestions: