This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Releases: ropensci-archive/rcoreoa
Releases · ropensci-archive/rcoreoa
rcoreoa v0.4.0
NEW FEATURES
core_articles_dedup()
function added for article deduplication (#23)core_advanced_search()
overhauled because the CORE advanced search fields and syntax have completely changed. The interface changed from passing in a data.frame because we needed more flexibility to let users define how to combine multiple queries (#20)
MINOR IMPROVEMENTS
rcoreoa v0.3.0
NEW FEATURES
- gains new methods
core_articles_search()
andcore_articles_search_()
for searching for articles (#15) - gains new manual file
?core_cache
for an overview of caching - package
hoardr
now used for managing file caching (#13) - function
core_advanced_search()
gains support for thelanguage
filter (#16) thanks @chreman
MINOR IMPROVEMENTS
- support for passing in more than one journal/article/etc. identifier for
core_articles_pdf()
/core_articles_history()
- already supported in other functions (#10) overwrite
parameter was being ignored incore_articles_pdf()
, now is passed on internally (#12)parse
parameter dropped incore_articles_pdf()
, only used internally (#11)- Improved docs on how to get and use API keys (#14)
- Improve documentation about what a 404 error response means - that the thing reqeusted does not exist (#9)
rcoreoa v0.1.0
NEW FEATURES
- Released to CRAN.