-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.3 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
Package: AnnotationGx
Title: AnnotationGx: A package for building, updating and querying an
annotation database for pharmaco-genomic data
Version: 0.0.0.9097
Authors@R: c(
person("Jermiah", "Joseph", role = c("aut", "cre"),
email = "jermiah.joseph@gmail.com"),
person("Christopher", "Eeles", role = c("aut"),
email = "christopher.eeles@uhnresearch.ca"),
person("Benjamin", "Haibe-Kains", role=c("aut"),
email = "benjamin.haibe.kains@utoronto.ca")
)
Description: A package for building, updating and querying an
annotation database for pharmaco-genomic data. Provides API interfaces
to various bioinformatic and chemoinformatic databases, as well as a set
of functions for curating your data using the annotations retrieved from
those APIs.
Depends:
R (>= 2.10)
Imports:
checkmate,
crayon,
httr2,
data.table,
readr,
xml2,
memoise
Suggests:
testthat (>= 3.0.0),
covr,
readxl,
knitr,
rmarkdown,
RefManageR,
sessioninfo
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: watcher, parallel*
License: GPL (>= 3) + file LICENSE
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Encoding: UTF-8
URL: https://bhklab.github.io/AnnotationGx/