-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1003 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: cMDClick
Title: Access to curatedMetagenomicData hosted on ClickHouse
Version: 0.99.11
Authors@R:
c(
person(
"Samuel", "Gamboa", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6863-7943")
),
person(
"Marcel", "Ramos", role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3242-0582")
),
person(
given = "Levi", family = "Waldron", role = "aut",
comment = c(ORCID = "0000-0003-2725-0694")
)
)
Description:
This package contains experimental functions for accessing
curatedMetagenomicData on ClickHouse.
License: Artistic-2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
BiocBaseUtils,
config,
DBI,
dplyr,
glue,
odbc,
rlang,
tibble,
utils
Depends:
R (>= 4.4.0)
Date: 2025-01-14