Package: visOmopResults
Title: Graphs and Tables for OMOP Results
Version: 0.5.0
Authors@R: c(
    person(
        "Martí", "Català", , "marti.catalasabate@ndorms.ox.ac.uk", 
        role = c("aut"), comment = c(ORCID = "0000-0003-3308-9905")
    ),
    person(
        "Núria", "Mercadé-Besora", , "nuria.mercadebesora@ndorms.ox.ac.uk", 
        role = c("aut", "cre"), comment = c(ORCID = "0009-0006-7948-3747")
    ),
    person(
    "Yuchen", "Guo", , "yuchen.guo@ndorms.ox.ac.uk", 
    role = c("ctb"), comment = c(ORCID = "0000-0002-0847-4855")
    ),
    person(
    "Elin", "Rowlands", , "elin.rowlands@ndorms.ox.ac.uk", 
    role = c("ctb"), comment = c(ORCID = "0009-0007-6629-4661")
    ),
    person(
    "Edward", "Burn", , "edward.burn@ndorms.ox.ac.uk", 
    role = c("ctb"), comment = c(ORCID = "0000-0002-9286-1128")
    )
  )
Maintainer: Núria Mercadé-Besora <nuria.mercadebesora@ndorms.ox.ac.uk>
Description: Provides methods to transform omop_result objects into
    formatted tables and figures, facilitating the visualization of study
    results working with the Observational Medical Outcomes Partnership
    (OMOP) Common Data Model.
License: Apache License (>= 2)
URL: https://darwin-eu.github.io/visOmopResults/,
        https://github.com/darwin-eu/visOmopResults,
        https://darwin-eu-dev.github.io/visOmopResults/
BugReports: https://github.com/darwin-eu/visOmopResults/issues
Imports: cli, dplyr, generics, glue, lifecycle, omopgenerics (>=
        0.3.1), purrr, rlang, stringr, tidyr
Suggests: covr, flextable (>= 0.9.5), ggplot2, gt, knitr, officer,
        palmerpenguins, PatientProfiles, plotly, rmarkdown, testthat
        (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-11-23 15:11:45 UTC; nuriamb
Author: Martí Català [aut] (<https://orcid.org/0000-0003-3308-9905>),
  Núria Mercadé-Besora [aut, cre]
    (<https://orcid.org/0009-0006-7948-3747>),
  Yuchen Guo [ctb] (<https://orcid.org/0000-0002-0847-4855>),
  Elin Rowlands [ctb] (<https://orcid.org/0009-0007-6629-4661>),
  Edward Burn [ctb] (<https://orcid.org/0000-0002-9286-1128>)
Repository: CRAN
Date/Publication: 2024-11-24 16:10:02 UTC
