Skip to content

Releases: ropensci/europepmc

v0.4.3 on CRAN

21 Sep 09:38
eaba207
Compare
Choose a tag to compare

europepmc 0.4.3

  • Skip test on CRAN

v0.4.1 on CRAN

02 Sep 08:23
Compare
Choose a tag to compare

europepmc 0.4.1

  • 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

v0.3 on CRAN

20 Apr 07:53
Compare
Choose a tag to compare

Implements recent Europe PMC API changes (v. 6.0)

v0.2 on CRAN

13 Dec 14:19
Compare
Choose a tag to compare

europepmc 0.2

  • 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

  • fix sort param
  • rename jsonlite::rbind_pages() function
  • improve europepmc::epmc_tm() output

CRAN v.0.1.4

20 Mar 17:39
Compare
Choose a tag to compare

Minor fixes:

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

v0.1.3 on CRAN

23 Feb 08:35
Compare
Choose a tag to compare

europepmc 0.1.3

Minor changes

europepmc 0.1.2

08 Jan 16:59
Compare
Choose a tag to compare

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

Initial CRAN submission

13 Jul 08:57
Compare
Choose a tag to compare
0.1.0

fix devtools check warnings