Package: diseasystore
Title: Feature Stores for the 'diseasy' Framework
Version: 0.2.0
Authors@R: 
    c(person("Rasmus Skytte", "Randl\u00F8v", , "rske@ssi.dk", 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", , "kagr@ssi.dk", 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", , "lsec@ssi.dk", role = c("rev"),
             comment = c(ORCID = "0000-0001-5019-1931")),
      person("Sofia Myrup", "Otero", , "smot@ssi.dk", 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
RoxygenNote: 7.3.1
Language: en-GB
Imports: checkmate, DBI, dbplyr, dplyr, glue, ISOweek, lintr,
        lubridate, purrr, readr, rlang, R6, SCDB (>= 0.3.0), stringr,
        tidyr, tidyselect, zoo
Suggests: devtools, duckdb, curl, jsonlite, knitr, odbc, rmarkdown,
        RSQLite, RPostgres, testthat (>= 3.0.0), tibble, spelling,
        withr
VignetteBuilder: knitr
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
NeedsCompilation: no
Packaged: 2024-03-20 11:28:23 UTC; B246705
Author: Rasmus Skytte Randløv [aut, cre]
    (<https://orcid.org/0000-0002-5860-3838>),
  Marcus Munch Grünewald [ctb] (<https://orcid.org/0009-0006-8090-406X>),
  Kaare Græsbøll [rev] (<https://orcid.org/0000-0002-6258-8212>),
  Kasper Schou Telkamp [rev] (<https://orcid.org/0009-0001-5126-0190>),
  Lasse Engbo Christiansen [rev]
    (<https://orcid.org/0000-0001-5019-1931>),
  Sofia Myrup Otero [rev],
  Statens Serum Institut, SSI [cph, fnd]
Maintainer: Rasmus Skytte Randløv <rske@ssi.dk>
Repository: CRAN
Date/Publication: 2024-03-20 11:50:05 UTC
