-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathDESCRIPTION
More file actions
131 lines (131 loc) · 3.3 KB
/
DESCRIPTION
File metadata and controls
131 lines (131 loc) · 3.3 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
Package: dm
Title: Relational Data Models
Version: 1.1.2.9000
Date: 2026-05-18
Authors@R:
c(person(given = "Tobias",
family = "Schieferdecker",
role = "aut",
email = "tobias@cynkra.com"),
person(given = "Kirill",
family = "Müller",
role = c("aut", "cre"),
email = "kirill@cynkra.com",
comment = c(ORCID = "0000-0002-1416-3412")),
person(given = "Antoine",
family = "Fabri",
role = "ctb"),
person(given = "Darko",
family = "Bergant",
role = "aut",
email = "darko.bergant@gmail.com"),
person(given = "Katharina",
family = "Brunner",
role = "ctb"),
person(given = "James",
family = "Wondrasek",
role = "ctb"),
person(given = "Indrajeet",
family = "Patil",
comment = c(ORCID = "0000-0003-1995-6531"),
role = "ctb"),
person(given = "Maëlle",
family = "Salmon",
comment = c(ORCID = "0000-0002-2815-0399"),
role = "ctb"),
person(given = "energie360° AG",
role = "fnd",
email = "info@energie360.ch"),
person(given = "cynkra GmbH",
role = c("fnd", "cph"),
email = "mail@cynkra.com",
comment = c(ROR = "0335t7e62"))
)
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://dm.cynkra.com/, https://github.com/cynkra/dm
BugReports: https://github.com/cynkra/dm/issues
Depends:
R (>= 4.0)
Imports:
backports,
cli (>= 2.2.0),
dplyr (>= 1.2.0),
glue,
lifecycle (>= 1.0.3),
memoise,
methods,
purrr (>= 1.0.0),
rlang (>= 1.0.2),
tibble (>= 3.0.0),
tidyr (>= 1.0.0),
tidyselect (>= 1.2.0),
vctrs (>= 0.3.2)
Suggests:
brio,
colourpicker,
covr,
DBI (>= 1.2.0),
dbplyr (>= 2.3.4),
DiagrammeR,
DiagrammeRsvg,
digest,
duckdb (>= 0.4.0),
duckplyr,
fansi,
forcats,
htmltools,
htmlwidgets,
igraph (>= 2.2.0),
jsonlite,
keyring,
knitr,
labelled (>= 2.12.0),
magrittr,
nycflights13,
odbc (>= 1.4.2),
pillar,
pixarfilms,
pool,
progress,
reactable,
RMariaDB (>= 1.3.3),
rmarkdown,
RPostgres,
RSQLite (>= 2.2.8),
rstudioapi,
shiny,
shinyAce,
shinydashboard,
testthat (>= 3.2.0),
tidyverse,
waldo,
withr
Config/Needs/website:
brio,
bslib,
cynkra/cynkratemplate,
htmltools,
pagedown,
purrr,
rmarkdown,
whisker,
xml2
Config/Needs/check: anthonynorth/roxyglobals
VignetteBuilder:
knitr
Config/autostyle/scope: line_breaks
Config/autostyle/strict: true
Config/testthat/edition: 3
Config/testthat/parallel: false
Config/testthat/start-first: zzx-deprecated, flatten, dplyr, filter-dm,
draw-dm, bind, rows-dm, learn
Encoding: UTF-8
Roxygen: list(
markdown = TRUE,
roclets = c("collate", "namespace", "rd", "roxyglobals::global_roclet")
)
Config/roxygen2/version: 8.0.0.9000