-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
81 lines (81 loc) · 2.08 KB
/
DESCRIPTION
File metadata and controls
81 lines (81 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Package: SCDB
Type: Package
Title: Easily Access and Maintain Time-Based Versioned Data (Slowly-Changing-Dimension)
Version: 0.6.0.9000
Authors@R:
c(person(
"Rasmus Skytte", "Randl\U00F8v",
email = "rske@ssi.dk",
role = c("aut", "cre", "rev"),
comment = c(ORCID = "0000-0002-5860-3838")
),
person(
"Marcus Munch", "Gr\U00FCnewald",
role = "aut",
comment = c(ORCID = "0009-0006-8090-406X")
),
person(
"Lasse Engbo", "Christiansen",
email = "lsec@ssi.dk",
role = c("rev", "ctb"),
comment = c(ORCID = "0000-0001-5019-1931")
),
person("Sofia Myrup", "Otero", , "smot@ssi.dk", role = "rev"),
person("Kim Daniel", "Jacobsen", role = "ctb"),
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.3
Roxygen: list(markdown = TRUE, r6 = TRUE)
Depends:
R (>= 3.6.0)
Imports:
checkmate,
DBI,
dbplyr (>= 2.4.0),
dplyr,
glue,
lubridate,
methods,
openssl,
parallelly,
purrr,
rlang,
R6,
stringr,
tidyr,
tidyselect,
utils,
magrittr
Suggests:
callr,
conflicted,
devtools,
duckdb (>= 0.10.1),
ggplot2,
here,
jsonlite,
knitr,
lintr,
microbenchmark,
odbc,
pak,
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