Package: dm
Title: Relational Data Models
Version: 0.2.7
Date: 2022-02-02
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 = "krlmlr+r@mailbox.org",
             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 = "energie360° AG",
             role = "fnd",
             email = "info@energie360.ch"),
      person(given = "cynkra GmbH",
             role = c("fnd", "cph"),
             email = "mail@cynkra.com"))
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, pixarfilms, pool, progress, RMariaDB (>= 1.0.10),
        rmarkdown, RPostgres, RSQLite (>= 2.2.8), testthat (>= 3.0.2),
        tidyverse, waldo, withr
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: zzx-deprecated, flatten, dplyr, filter-dm,
        draw-dm, bind, rows-dm
Config/autostyle/scope: line_breaks
Config/autostyle/strict: true
NeedsCompilation: no
Packaged: 2022-02-03 08:24:14 UTC; kirill
Author: Tobias Schieferdecker [aut],
  Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>),
  Antoine Fabri [ctb],
  Darko Bergant [aut],
  Katharina Brunner [ctb],
  James Wondrasek [ctb],
  energie360° AG [fnd],
  cynkra GmbH [fnd, cph]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2022-02-03 09:00:05 UTC
Built: R 4.0.5; ; 2022-02-04 11:54:06 UTC; unix
