This repository was archived by the owner on Dec 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
134 lines (134 loc) · 3.23 KB
/
Copy pathDESCRIPTION
File metadata and controls
134 lines (134 loc) · 3.23 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
Package: biodb
Title: biodb, a library and a development framework for connecting to chemical and biological databases
Version: 1.6.1
Authors@R: c(person("Pierrick", "Roger", email="pierrick.roger@cea.fr", role=c("aut", "cre"), comment=c(ORCID="0000-0001-8177-4873")),
person("Alexis", "Delabrière", email="delabriere@imsb.biol.ethz.ch", role="ctb", comment=c(ORCID="0000-0003-3308-4549")))
Description: The biodb package provides access to standard remote chemical and
biological databases (ChEBI, KEGG, HMDB, ...), as well as to in-house local
database files (CSV, SQLite), with easy retrieval of entries, access to web
services, search of compounds by mass and/or name, and mass spectra matching
for LCMS and MSMS. Its architecture as a development framework facilitates
the development of new database connectors for local projects or inside
separate published packages.
URL: https://github.com/pkrog/biodb
BugReports: https://github.com/pkrog/biodb/issues
biocViews: Software, Infrastructure, DataImport, KEGG
Depends:
R (>= 4.1.0)
License: AGPL-3
Encoding: UTF-8
VignetteBuilder: knitr
Suggests:
BiocStyle,
roxygen2,
devtools,
testthat (>= 2.0.0),
knitr,
rmarkdown,
covr,
xml2,
git2r
Imports:
BiocFileCache,
R6,
RCurl,
RSQLite,
Rcpp,
XML,
chk,
jsonlite,
lgr,
lifecycle,
methods,
openssl,
plyr,
progress,
rappdirs,
stats,
stringr,
tools,
withr,
yaml
LinkingTo:
Rcpp,
testthat
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Collate:
'BiodbPersistentCache.R'
'BiodbBiocPersistentCache.R'
'BiodbConfig.R'
'BiodbConnBase.R'
'BiodbConn.R'
'BiodbEntry.R'
'BiodbCsvEntry.R'
'BiodbCustomPersistentCache.R'
'BiodbDbInfo.R'
'BiodbDbsInfo.R'
'BiodbEntryField.R'
'BiodbMain.R'
'BiodbEntryFields.R'
'BiodbFactory.R'
'BiodbXmlEntry.R'
'BiodbHtmlEntry.R'
'BiodbJsonEntry.R'
'BiodbListEntry.R'
'BiodbUrl.R'
'BiodbRequest.R'
'BiodbRequestScheduler.R'
'BiodbRequestSchedulerRule.R'
'BiodbTxtEntry.R'
'BiodbSdfEntry.R'
'BiodbSqlExpr.R'
'BiodbSqlBinaryOp.R'
'BiodbSqlField.R'
'BiodbSqlList.R'
'BiodbSqlLogicalOp.R'
'BiodbSqlQuery.R'
'BiodbSqlValue.R'
'BiodbTestMsgAck.R'
'CsvFileConn.R'
'CompCsvFileConn.R'
'CompCsvFileEntry.R'
'SqliteConn.R'
'CompSqliteConn.R'
'CompSqliteEntry.R'
'ExtGenerator.R'
'ExtFileGenerator.R'
'ExtConnClass.R'
'ExtCpp.R'
'ExtDefinitions.R'
'ExtDescriptionFile.R'
'ExtEntryClass.R'
'ExtGitignore.R'
'ExtLicense.R'
'ExtMakefile.R'
'ExtPackage.R'
'ExtPackageFile.R'
'ExtRbuildignore.R'
'ExtReadme.R'
'ExtTests.R'
'ExtTravisFile.R'
'ExtVignette.R'
'FileTemplate.R'
'MassCsvFileConn.R'
'MassCsvFileEntry.R'
'MassSqliteConn.R'
'MassSqliteEntry.R'
'Progress.R'
'Range.R'
'RcppExports.R'
'RequestResult.R'
'TestRefEntries.R'
'catch-routine-registration.R'
'fcts_biodb.R'
'fcts_deprecated.R'
'fcts_ext.R'
'fcts_mass.R'
'fcts_misc.R'
'fcts_url.R'
'generic_tests.R'
'package.R'
'spec-dist.R'
'test_framework.R'