-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 895 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
39
40
Package: brendaDb
Type: Package
Title: The BRENDA Enzyme Database
Version: 1.13.0
Authors@R: person("Yi", "Zhou", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0969-3993"))
Description: R interface for importing and analyzing enzyme information from the
BRENDA database.
License: MIT + file LICENSE
Encoding: UTF-8
biocViews: ThirdPartyClient, Annotation, DataImport
URL: https://github.com/y1zhou/brendaDb
BugReports: https://github.com/y1zhou/brendaDb/issues
Suggests:
testthat,
BiocStyle,
knitr,
rmarkdown,
devtools
Imports:
dplyr,
Rcpp,
tibble,
stringr,
magrittr,
purrr,
BiocParallel,
crayon,
utils,
tidyr,
grDevices,
rlang,
BiocFileCache,
rappdirs
LinkingTo:
Rcpp
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
SystemRequirements: C++11
VignetteBuilder: knitr