-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.17 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
Package: Rcpi
Type: Package
Version: 1.41.3
Title: Molecular Informatics Toolkit for Compound-Protein
Interaction in Drug Discovery
Authors@R: c(
person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0250-5673")),
person("Dong-Sheng", "Cao", role = "aut"),
person("Qing-Song", "Xu", email = "[email protected]", role = c("aut"))
)
Description: A molecular informatics toolkit with an integration of
bioinformatics and chemoinformatics tools for drug discovery.
License: Artistic-2.0 | file LICENSE
URL: https://nanx.me/Rcpi/, https://github.com/nanxstats/Rcpi
BugReports: https://github.com/nanxstats/Rcpi/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Depends:
R (>= 3.0.2)
Imports:
Biostrings,
GOSemSim,
curl,
doParallel,
foreach,
httr2,
jsonlite,
methods,
rlang,
stats,
utils
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
biocViews:
Software,
DataImport,
DataRepresentation,
FeatureExtraction,
Cheminformatics,
BiomedicalInformatics,
Proteomics,
GO,
SystemsBiology
Config/testthat/edition: 3
RoxygenNote: 7.3.2