-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
45 lines (45 loc) · 1.29 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
Package: sidora.core
Title: Basic Interface for PANDORA (MPI-EVA DAG)
Version: 2.4.1
Authors@R:
c(person(given = "Clemens",
family = "Schmid",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3448-5715")),
person(given = "James",
family = "Fellows Yates",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5585-6277")),
person(given = "Stephan",
family = "Schiffels",
role = c("ctb"),
comment = c(ORCID = "0000-0002-1017-9150")),
person(given = "Thiseas Christos",
family = "Lamnidis",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0003-4485-8570")))
Description: A basic interface to access data from the internal database PANDORA (MPI-EVA DAG).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.3.0)
Imports:
bit64 (>= 4.0.0),
DBI (>= 1.1.0),
dbplyr (>= 2.1.0),
dplyr (>= 1.0.5),
hash (>= 2.2.6.1),
magrittr (>= 2.0.0),
purrr (>= 0.3.4),
rlang (>= 0.4.10),
RMariaDB (>= 1.1.0),
tibble (>= 3.1.0),
tidyselect (>= 1.1.0),
utils
Suggests:
testthat (>= 3.0.0)
RoxygenNote: 7.3.1