Package: diseasystore
Title: Feature Stores for the 'diseasy' Framework
Version: 0.1
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", , "mmgr@ssi.dk", role = c("ctb"),
             comment = c(ORCID = "0009-0006-8090-406X")),
      person("Kaare", "Gr\u00E6sb\u00F8ll", , "kagr@ssi.dk", role = c("ctb"),
             comment = c(ORCID = "0000-0002-6258-8212")),
      person("Kasper", "Schou Telkamp", ,"kasper.telkamp@gmail.com", role = c("ctb"),
             comment = c(ORCID = "0009-0001-5126-0190")),
      person("Lasse Engbo", "Christiansen", , "lsec@ssi.dk", role = c("ctb"),
             comment = c(ORCID = "0000-0001-5019-1931")),
      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.2.3
Language: en-GB
Imports: checkmate, DBI, dbplyr, dplyr, glue, lintr, lubridate, purrr,
        readr, rlang, R6, SCDB, stringr, tidyr, tidyselect, zoo
Suggests: curl, knitr, R.utils, 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: 2023-12-20 09:07:20 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 [ctb] (<https://orcid.org/0000-0002-6258-8212>),
  Kasper Schou Telkamp [ctb] (<https://orcid.org/0009-0001-5126-0190>),
  Lasse Engbo Christiansen [ctb]
    (<https://orcid.org/0000-0001-5019-1931>),
  Statens Serum Institut, SSI [cph, fnd]
Maintainer: Rasmus Skytte Randløv <rske@ssi.dk>
Repository: CRAN
Date/Publication: 2023-12-20 16:10:02 UTC
