Package: eider
Title: Declarative Feature Extraction from Tabular Data Records
Version: 1.0.0
Authors@R: c(
    person("Catalina", "Vallejos", email = "catalina.vallejos@ed.ac.uk", role = c("ctb"), comment = c(ORCID = "0000-0003-3638-1960")),
    person("Louis", "Aslett", email = "louis.aslett@durham.ac.uk", role = c("ctb"), comment = c(ORCID = "0000-0003-2211-233X")),
    person("Simon", "Rogers", email = "simon.rogers@nhs.scot", role = c("ctb"), comment = c(ORCID = "0000-0003-3578-4477")),
    person("Camila", "Rangel Smith", email = "crangelsmith@turing.ac.uk", role = c("cre", "ctb"), comment = c(ORCID = "0000-0002-0227-836X")),
    person("Helen", "Duncan Little", email = "hduncan@turing.ac.uk", role = c("aut"), comment = c(ORCID = "0000-0002-0897-7188")),
    person("Jonathan", "Yong", email = "jyong@turing.ac.uk", role = c("aut"), comment = c(ORCID = "0000-0002-2472-974X")),
    person("The Alan Turing Institute", role=c("cph", "fnd"))
    )
Description: Extract features from tabular data in a declarative fashion, with a focus on processing medical records. Features are specified as JSON and are independently processed before being joined. Input data can be provided as CSV files or as data frames. This setup ensures that data is transformed in a modular and reproducible manner, and allows the same pipeline to be easily applied to new data.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: dplyr, lubridate, stringr, magrittr, jsonlite, logger, purrr,
        fs, tibble, rlang
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), tidyr
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/alan-turing-institute/eider
BugReports: https://github.com/alan-turing-institute/eider/issues
NeedsCompilation: no
Packaged: 2024-05-10 15:14:18 UTC; jyong
Author: Catalina Vallejos [ctb] (<https://orcid.org/0000-0003-3638-1960>),
  Louis Aslett [ctb] (<https://orcid.org/0000-0003-2211-233X>),
  Simon Rogers [ctb] (<https://orcid.org/0000-0003-3578-4477>),
  Camila Rangel Smith [cre, ctb]
    (<https://orcid.org/0000-0002-0227-836X>),
  Helen Duncan Little [aut] (<https://orcid.org/0000-0002-0897-7188>),
  Jonathan Yong [aut] (<https://orcid.org/0000-0002-2472-974X>),
  The Alan Turing Institute [cph, fnd]
Maintainer: Camila Rangel Smith <crangelsmith@turing.ac.uk>
Repository: CRAN
Date/Publication: 2024-05-13 11:13:19 UTC
Built: R 4.5.2; ; 2025-11-08 03:58:00 UTC; windows
