Package: classyfireR
Type: Package
Title: R Interface to the ClassyFire RESTful API
Version: 0.3.0
Date: 2019-11-18
Authors@R: c(
    person("Tom", "Wilson", , "tpw2@aber.ac.uk", c("aut", "cre"),  comment = c(ORCID = "0000-0003-3112-4682")),
    person("Jasen", "Finch", , "jsf9@aber.ac.uk", "aut"))
Description: Access to the ClassyFire RESTful API <http://classyfire.wishartlab.com>. Retrieve existing entity classifications and submit new entities for classification. 
Depends: magrittr
Imports: httr, jsonlite, tibble, crayon, clisymbols, cli, purrr, dplyr,
        stringr, methods
Suggests: testthat, covr
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/aberHRML/classyfireR
BugReports: https://github.com/aberHRML/classyfireR/issues
RoxygenNote: 7.0.0
Collate: 'allGenerics.R' 'allClasses.R' 'accessor-methods.R'
        'get_classification.R' 'internals.R' 'show-method.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2019-11-18 09:34:17 UTC; tpw2
Author: Tom Wilson [aut, cre] (<https://orcid.org/0000-0003-3112-4682>),
  Jasen Finch [aut]
Maintainer: Tom Wilson <tpw2@aber.ac.uk>
Repository: CRAN
Date/Publication: 2019-11-18 10:00:03 UTC
