-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
38 lines (38 loc) · 943 Bytes
/
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
Package: goldi
Type: Package
Title: Gene Ontology Label Discernment and Identification
Version: 1.0.1
Date: 2017-06-27
Authors@R: c(
person("Christopher B.", "Cole", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Sejal", "Patel", role = c("ctb")),
person("Jo", "Knight", role = c("ctb"))
)
Encoding: UTF-8
Maintainer: Christopher B. Cole <[email protected]>
Description: A tool for identifying multiple word key terms in free text with application to Gene Ontology labels.
LinkingTo:
Rcpp,
RcppArmadillo
Depends:
R (>= 2.15.0)
Imports:
dplyr,
Rcpp,
tm,
SnowballC,
magrittr,
futile.logger
Suggests:
testthat,
covr,
rmarkdown,
knitr,
pdftools,
RISmed
License: MIT + file LICENSE
BugReports: https://github.com/Chris1221/goldi/issues
URL: https://github.com/Chris1221/goldi
LazyData: TRUE
RoxygenNote: 6.0.1
VignetteBuilder: knitr