Releases: ropensci/europepmc
Releases · ropensci/europepmc
v0.4.3 on CRAN
v0.4.1 on CRAN
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
Implements recent Europe PMC API changes (v. 6.0)
v0.2 on CRAN
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
Minor fixes:
- fixed example in vignette which lead to warnings
- synonym search is operational again
v0.1.3 on CRAN
europepmc 0.1.3
Minor changes
- removed explicit API versioning, so that the client now always supports the most recent API version #13
- set user agent to "ropensci/europepmc"
epmc_db()
,epmc_db_count()
: add PRIDE archive as external database
europepmc 0.1.2
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 resultsepmc_search()
: added sort parameterepmc_search()
: support ofraw
output file #7
Minor changes
epmc_search()
and other functions return non-nested data.frames as tibbles to better support the tidyverseepmc_search()
improve error handling when nothing was foundepmc_details()
[added MeSH qualifer #8]((#8)- remove NBK
as data source for
epmc_details(), use PMIDs (
MED`) instead - fix warnings regarding vignettes and imported dependencies reported by CRAN
Initial CRAN submission
0.1.0 fix devtools check warnings