Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further cache support (cr_abstract and cr_works) #241

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

LukasWallrich
Copy link
Contributor

In line with the addition to cr_cn() in #237, I now added a cache = TRUE option to cr_works and cr_abstract.

One limitation: In cr_works, it is based on full requests rather than individual DOIs, which is not ideal but was easier to implement and should usually be sufficient. If too many DOIs are requested at once, however, the request cannot be cached, so an informative warning is provided and the request is executed without cache.

There was an issue with vcr when implementing the test, and I did not understand the error - it works without vcr which seems to be what matters but I refrained from writing further tests for now, happy to continue on that if you have a suggestion for how to make vcr play nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant