Package: classyfireR Type: Package Title: R Interface to the 'ClassyFire' REST API Version: 0.3.8 Date: 2022-02-20 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"), person("Gordon", "Getzinger", ,"gordon.getzinger@duke.edu", "ctb"), person("Florian", "Schmidt",,"florianxschmidt@web.de", "ctb")) Description: Access to the 'ClassyFire' REST API . Retrieve existing entity classifications and submit new entities for classification. Depends: magrittr Imports: httr, jsonlite, tibble, crayon, clisymbols, cli, purrr, dplyr, stringr, methods, rjson, RSQLite, tidyjson, tidyr Suggests: testthat, covr, knitr, rmarkdown, stringi License: GPL (>= 3) Encoding: UTF-8 URL: https://github.com/aberHRML/classyfireR BugReports: https://github.com/aberHRML/classyfireR/issues RoxygenNote: 7.1.2 Roxygen: list(markdown = TRUE) Collate: 'allGenerics.R' 'allClasses.R' 'accessor-methods.R' 'get_classification.R' 'internals.R' 'query.R' 'show-method.R' 'zzz.R' VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://wilsontom.r-universe.dev Date/Publication: 2022-02-20 19:49:11 UTC RemoteUrl: https://github.com/wilsontom/classyfireR RemoteRef: HEAD RemoteSha: ac8c9204f40a0a74276f02994bc1ad14cd160496 NeedsCompilation: no Packaged: 2026-07-03 17:22:35 UTC; root Author: Tom Wilson [aut, cre] (ORCID: ), Jasen Finch [aut], Gordon Getzinger [ctb], Florian Schmidt [ctb] Maintainer: Tom Wilson