Releases: DataONEorg/scythe
Releases · DataONEorg/scythe
v1.1.0
v1.0.0
What's Changed
- Developed xDD search function and function documentation by @theamarks in #34
- Added xDD as source, and refactor testing by @theamarks in #36
- Add export documentation to xdd search function & reformat code by @theamarks in #37
- Improved consistency in code styling by @jeanetteclark and @regetz in #40
- Replaced deprecated
rplos
package, and fixed Springer search after changes to their API @jeanetteclark in #40
New Contributors
- @theamarks made their first contribution in #30
Full Changelog: v0.9.1...v1.0.0
v0.9.1
Scythe Version 0.9.1
This is a patch release that fixes one bug and provides one enhancement.
Major changes/features
v0.9.0
Scythe Version 0.9.0
This is a preliminary Minimum Viable Product (MVP) release of scythe to package to refactor to a more stable API, clean up package documentation, and fix tests. Now all tests pass, and R CMD check
runs cleanly. Issues resolved in this release: https://github.com/DataONEorg/scythe/milestone/1?closed=1
Major changes/features
citation_search(identifiers)
can be used to search all known APIs in a single call- Current Source APIs supported: plos, scopus, springer
- An adapter model allows new source APIs to be added with a single additional function
scythe_get_key()
andscythe_set_key()
make use of thekeyring
package to securely store API keys