Package: dm
Title: Relational Data Models
Version: 0.1.3
Date: 2020-05-24
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 = "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, ellipsis, glue, igraph,
        lifecycle, magrittr, memoise, methods, pillar, purrr, rlang (>=
        0.4.0), tibble, tidyr (>= 1.0.0), tidyselect (>= 1.0.0), vctrs
        (>= 0.2.0)
Suggests: brio, crayon, dbplyr, DiagrammeR, DiagrammeRsvg, digest,
        fansi, keyring, knitr, nycflights13, odbc, RMariaDB, rmarkdown,
        rprojroot, RSQLite, testthat (>= 2.1.0), tidyverse, withr
Enhances: RPostgres
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-05-25 03:10:22 UTC; kirill
Author: Tobias Schieferdecker [aut],
  Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>),
  Darko Bergant [aut],
  Katharina Brunner [ctb],
  energie360° AG [fnd],
  cynkra GmbH [fnd, cph]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2020-05-25 05:00:02 UTC
