Package: SCDB
Type: Package
Title: Easily Access and Maintain Time-Based Versioned Data
        (Slowly-Changing-Dimension)
Version: 0.4.0
Authors@R: 
	  c(person("Rasmus Skytte", "Randl\U00F8v", , "rske@ssi.dk",
	           role = c("aut", "cre", "rev"),
	           comment = c(ORCID = "0000-0002-5860-3838")),
	    person("Marcus Munch", "Gr\U00FCnewald", , ,
	           role = c("aut"),
	           comment = c(ORCID = "0009-0006-8090-406X")),
        person("Lasse Engbo", "Christiansen", , "lsec@ssi.dk", role = c("rev"),
             comment = c(ORCID = "0000-0001-5019-1931")),
	    person("Statens Serum Institut",
	           role = c("cph", "fnd")))
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 for data-warehouses and provides a number
             of Quality of life improvements for working on SQL databases with R.
             For reference see Ralph Kimball and Margy Ross (2013, ISBN 9781118530801).
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: checkmate, DBI, dbplyr (>= 2.4.0), dplyr, glue, lifecycle,
        methods, openssl, parallelly, purrr, rlang, R6, stringr, tidyr,
        tidyselect, utils
Suggests: callr, conflicted, duckdb, jsonlite, knitr, lintr, odbc,
        rmarkdown, roxygen2, pkgdown, RPostgres, RSQLite, spelling,
        testthat (>= 3.0.0), tibble, tidyverse, withr
Language: en-US
URL: https://github.com/ssi-dk/SCDB, https://ssi-dk.github.io/SCDB/
Config/testthat/edition: 3
BugReports: https://github.com/ssi-dk/SCDB/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-03-21 09:06:53 UTC; B246705
Author: Rasmus Skytte Randløv [aut, cre, rev]
    (<https://orcid.org/0000-0002-5860-3838>),
  Marcus Munch Grünewald [aut] (<https://orcid.org/0009-0006-8090-406X>),
  Lasse Engbo Christiansen [rev]
    (<https://orcid.org/0000-0001-5019-1931>),
  Statens Serum Institut [cph, fnd]
Maintainer: Rasmus Skytte Randløv <rske@ssi.dk>
Repository: CRAN
Date/Publication: 2024-03-21 09:30:02 UTC
Built: R 4.2.3; ; 2024-03-21 12:56:53 UTC; unix
