-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
33 lines (33 loc) · 1.04 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
Package: BioInstaller
Title: Integrator of Bioinformatics Resources
Version: 0.4.0-1
Authors@R: person("Jianfeng", "Li", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2349-208X"))
Maintainer: Jianfeng Li <[email protected]>
Description:
Can be used to integrate massive bioinformatics resources, such as tool/script and database. It provides the R functions and Shiny web application. Hundreds of bioinformatics tool/script and database have been included.
Depends:
R (>= 3.3.0)
URL: https://github.com/JhuangLab/BioInstaller
BugReports: https://github.com/JhuangLab/BioInstaller/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
stringr (>= 1.2.0),
futile.logger (>= 1.4.1),
configr (>= 0.3.3),
jsonlite,
git2r (>= 0.0.3),
R.utils (>= 2.5.0),
RCurl (>= 1.95-4.8),
rvest (>= 0.3.2),
devtools (>= 1.13.2),
stringi (>= 1.1.5),
liteq
RoxygenNote: 6.1.1
Suggests: knitr,
rmarkdown,
testthat,
prettydoc,
DT
VignetteBuilder: knitr