Package: SCDB
Type: Package
Title: Easily Access and Maintain Time-Based Versioned Data
        (Slowly-Changing-Dimension)
Version: 0.1
Authors@R: 
	  c(person("Rasmus Skytte", "Randløv", , "rske@ssi.dk",
	           role = c("aut", "cre"),
	           comment = c(ORCID = "0000-0002-5860-3838")),
	    person("Marcus Munch", "Grünewald", , "mmgr@ssi.dk",
	           role = c("aut"),
	           comment = c(ORCID = "0009-0006-8090-406X")))
Maintainer: Rasmus Skytte Randløv <rske@ssi.dk>
Description: A collection of functions that enable easy access and updating of a database of data over time.
             More specifically, the package facilitates type-2 history[1] for data-warehouses and provides a number
             of Quality of life improvements for working on SQL databases with R.\cr
             [1] see Ralph Kimball and Margy Ross (2013, ISBN 9781118530801).
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: checkmate, DBI, dbplyr, dplyr, glue, lubridate, methods,
        openssl, purrr, rlang, RSQLite, stringr, tidyr, tidyselect,
        tidyverse, utils
Suggests: knitr, rmarkdown, RPostgres, roxygen2, spelling, testthat (>=
        3.0.0), tibble
Language: en-US
URL: https://github.com/ssi-dk/SCDB
Config/testthat/edition: 3
BugReports: https://github.com/ssi-dk/SCDB/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-08-28 11:29:56 UTC; B246705
Author: Rasmus Skytte Randløv [aut, cre]
    (<https://orcid.org/0000-0002-5860-3838>),
  Marcus Munch Grünewald [aut] (<https://orcid.org/0009-0006-8090-406X>)
Repository: CRAN
Date/Publication: 2023-08-28 19:40:07 UTC
