Releases: aberHRML/classyfireR
Releases · aberHRML/classyfireR
Version 0.3.8
Version 0.3.6
0.3.6
- Add vignette
(0.3.5)
- New S4 class for storing query results
- Improved handling of json parsing using tidyjson
- Add @gjgetzinger as package contributor
Version 0.3.3
Fix error when get_classification
runs with no error codes, but no classification data is returned
Version 0.3.2
-
Add check to get_classification for when a valid http status code (200) is returned but the content of the return is {}. This appears to be an error during InChIKey validation.
-
Add further length checks in get_classification for when there are no alternative_parents returned.
Version 0.3.0
- Use S4 Object Orientation (OO) to store and access results
Version 0.2.3
Minor update to package imports
Version 0.2.2
- Add
http
status code check due to rate limiting from ClassyFire server - Minor fixes for CRAN checks
Version 0.2.0
- Remove POST submission functions. ClassyFire database is now extensive enough that new submission are rarely needed. This will prevent the intermitent failing of checks on CRAN aswell.
- Add
pkgdown
website for docs entity_classification
renamed toget_classification
- All available classificatons now returned (@jasenfinch)
Version 0.1.1
- Ready for CRAN submission
Version 0.1.0
- R access to the ClassyFire REST API
- Retrieve existing classification using InChIKeys
- Submit new classifications using InChI Codes