-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.23 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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 <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,
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