Skip to content

Releases: aberHRML/classyfireR

Version 0.3.8

22 Feb 11:24
Compare
Choose a tag to compare

classyfire 0.3.8

  • Fix CRAN warnings & re-submit.
  • Local cache functionality added by @Flow191.
  • Add @Flow191 as package contributor
  • Update vignette
  • Add a slot the Query objects for identifiers of any inputs that are not successfully classified.
  • Update Query show method accordingly.

Version 0.3.6

16 Dec 21:54
Compare
Choose a tag to compare

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

17 Feb 13:06
6737e18
Compare
Choose a tag to compare

Fix error when get_classification runs with no error codes, but no classification data is returned

Version 0.3.2

15 Jan 16:12
9870f11
Compare
Choose a tag to compare
  • 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

18 Nov 10:31
Compare
Choose a tag to compare
  • Use S4 Object Orientation (OO) to store and access results

Version 0.2.3

11 Oct 09:31
3995a87
Compare
Choose a tag to compare

Minor update to package imports

Version 0.2.2

08 Aug 21:07
Compare
Choose a tag to compare
  • Add http status code check due to rate limiting from ClassyFire server
  • Minor fixes for CRAN checks

Version 0.2.0

25 Feb 17:18
df8153b
Compare
Choose a tag to compare
  • 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 to get_classification
  • All available classificatons now returned (@jasenfinch)

Version 0.1.1

05 Oct 09:04
Compare
Choose a tag to compare
  • Ready for CRAN submission

Version 0.1.0

13 Jun 11:32
Compare
Choose a tag to compare
  • R access to the ClassyFire REST API
  • Retrieve existing classification using InChIKeys
  • Submit new classifications using InChI Codes