-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
73 lines (73 loc) · 2.12 KB
/
DESCRIPTION
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
Package: diseasystore
Title: Feature Stores for the 'diseasy' Framework
Version: 0.2.2.9000
Authors@R:
c(person("Rasmus Skytte", "Randl\u00F8v", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5860-3838")),
person("Marcus Munch", "Gr\u00FCnewald", , , role = c("ctb"),
comment = c(ORCID = "0009-0006-8090-406X")),
person("Kaare", "Gr\u00E6sb\u00F8ll", , "[email protected]", role = c("rev"),
comment = c(ORCID = "0000-0002-6258-8212")),
person("Kasper", "Schou Telkamp", , , role = c("rev"),
comment = c(ORCID = "0009-0001-5126-0190")),
person("Lasse Engbo", "Christiansen", , "[email protected]", role = c("rev"),
comment = c(ORCID = "0000-0001-5019-1931")),
person("Sofia Myrup", "Otero", , "[email protected]", role = c("rev")),
person("Statens Serum Institut, SSI", role = c("cph", "fnd")))
Description:
Simple feature stores and tools for creating personalised feature stores.
'diseasystore' powers feature stores which can automatically link and aggregate features to a given stratification
level. These feature stores are automatically time-versioned (powered by the 'SCDB' package) and allows you to easily
and dynamically compute features as part of your continuous integration.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-GB
Imports:
checkmate,
curl,
DBI,
dbplyr,
dplyr,
glue,
ISOweek,
jsonlite,
lubridate,
pkgcond,
purrr,
readr,
rlang,
R6,
SCDB (>= 0.4.0),
stringr,
tidyr,
tidyselect,
zoo
Suggests:
devtools,
duckdb,
ggplot2,
here,
knitr,
lintr,
microbenchmark,
odbc,
rmarkdown,
RSQLite,
RPostgres,
testthat (>= 3.0.0),
tibble,
simulist,
spelling,
usethis,
withr
VignetteBuilder: knitr
Remotes:
github::epiverse-trace/simulist
URL: https://github.com/ssi-dk/diseasystore, https://ssi-dk.github.io/diseasystore/
BugReports: https://github.com/ssi-dk/diseasystore/issues
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true