Package: dm
Title: Relational Data Models
Version: 1.0.9
Date: 2024-01-08
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"))
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 (>= 3.3)
Imports: backports, cli (>= 2.2.0), dplyr (>= 1.1.0), glue, igraph,
        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, crayon, DBI (>= 1.2.0), dbplyr (>=
        2.3.4), DiagrammeR, DiagrammeRsvg, digest, duckdb (>= 0.4.0),
        fansi, forcats, htmltools, htmlwidgets, jsonlite, keyring,
        knitr, labelled (>= 2.12.0), magrittr, mockr, nycflights13,
        odbc, pillar, pixarfilms, pool, progress, reactable, RMariaDB
        (>= 1.3.0), rmarkdown, RPostgres, RSQLite (>= 2.2.8),
        rstudioapi, shiny, shinyAce, shinydashboard, testthat (>=
        3.1.2), 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: true
Config/testthat/start-first: zzx-deprecated, flatten, dplyr, filter-dm,
        draw-dm, bind, rows-dm, learn
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2024-01-08 05:47:53 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],
  Indrajeet Patil [ctb] (<https://orcid.org/0000-0003-1995-6531>),
  Maëlle Salmon [ctb] (<https://orcid.org/0000-0002-2815-0399>),
  energie360° AG [fnd],
  cynkra GmbH [fnd, cph]
Maintainer: Kirill Müller <kirill@cynkra.com>
Repository: CRAN
Date/Publication: 2024-01-08 12:00:05 UTC
