-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
90 lines (90 loc) · 2.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
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
Package: dm
Title: Relational Data Models
Version: 0.2.3.9001
Date: 2021-06-29
Authors@R:
c(person(given = "Tobias",
family = "Schieferdecker",
role = "aut",
email = "[email protected]"),
person(given = "Kirill",
family = "Müller",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1416-3412")),
person(given = "Darko",
family = "Bergant",
role = "aut",
email = "[email protected]"),
person(given = "Katharina",
family = "Brunner",
role = "ctb"),
person(given = "James",
family = "Wondrasek",
role = "ctb"),
person(given = "energie360° AG",
role = "fnd",
email = "[email protected]"),
person(given = "cynkra GmbH",
role = c("fnd", "cph"),
email = "[email protected]"))
Description: Provides tools for working with multiple related
tables, stored as data frames or in a relational database. Multiple
tables (data and metadata) are stored in a compound object, which can
then be manipulated with a pipe-friendly syntax.
License: MIT + file LICENSE
URL: https://cynkra.github.io/dm/, https://github.com/cynkra/dm
BugReports: https://github.com/cynkra/dm/issues
Depends:
R (>= 3.3)
Imports:
backports,
cli (>= 2.2.0),
DBI,
dplyr (>= 1.0.3),
ellipsis,
glue,
igraph,
lifecycle,
magrittr,
memoise,
methods,
pillar (>= 1.6.2),
purrr,
rlang (>= 0.4.10),
tibble,
tidyr (>= 1.0.0),
tidyselect (>= 1.0.1),
vctrs (>= 0.3.2)
Suggests:
brio,
covr,
crayon,
dbplyr,
DiagrammeR,
DiagrammeRsvg,
digest,
duckdb,
fansi,
keyring,
knitr,
mockr,
nycflights13,
odbc,
progress,
RMariaDB (>= 1.0.10),
rmarkdown,
RPostgres,
RSQLite,
testthat (>= 3.0.2),
tidyverse,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("collate",
"namespace", "rd"))
RoxygenNote: 7.1.1.9001
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: zzx-deprecated, flatten, dplyr, filter-dm, draw-dm, bind, rows-dm