Package: dm
Title: Relational Data Models
Version: 0.1.6
Date: 2020-07-29
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 = "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://krlmlr.github.io/dm, https://github.com/krlmlr/dm
BugReports: https://github.com/krlmlr/dm/issues
Depends: R (>= 3.3)
Imports: backports, cli (>= 2.0.0), DBI, dplyr (>= 1.0.0), ellipsis,
        glue, igraph, lifecycle, magrittr, memoise, methods, pillar,
        purrr, rlang (>= 0.4.0), tibble, tidyr (>= 1.0.0), tidyselect
        (>= 1.0.0), vctrs (>= 0.3.2)
Suggests: brio, crayon, dbplyr, DiagrammeR, DiagrammeRsvg, digest,
        fansi, keyring, knitr, nycflights13, odbc, RMariaDB, rmarkdown,
        RPostgres, RSQLite, testthat (>= 2.1.0), tidyverse, withr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9000
NeedsCompilation: no
Packaged: 2020-07-29 21:35:56 UTC; kirill
Author: Tobias Schieferdecker [aut],
  Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>),
  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: 2020-07-30 00:20:06 UTC
