Package: CohortExplorer
Type: Package
Title: Explorer of Profiles of Patients in a Cohort
Version: 0.1.0
Date: 2023-10-22
Authors@R: c(
    person("Gowtham", "Rao", email = "rao@ohdsi.org", role = c("aut", "cre")),
    person("Observational Health Data Science and Informatics", role = c("cph"))
  )
Maintainer: Gowtham Rao <rao@ohdsi.org>
Description: This software tool is designed to extract data from a randomized subset of individuals 
    within a cohort and make it available for exploration in a shiny application environment. It 
    retrieves date-stamped, event-level records from one or more data sources that represent patient 
    data in the Observational Medical Outcomes Partnership (OMOP) data model format. This tool 
    features a user-friendly interface that enables users to efficiently explore the extracted 
    profiles, thereby facilitating applications, such as reviewing structured profiles.
Depends: DatabaseConnector (>= 5.0.0), R (>= 4.0.0)
Imports: checkmate, dplyr, lifecycle, ParallelLogger, rlang, stats
Suggests: rmarkdown, testthat, knitr, withr
License: Apache License
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
URL: https://ohdsi.github.io/CohortExplorer/,
        https://github.com/OHDSI/CohortExplorer
BugReports: https://github.com/OHDSI/CohortExplorer/issues
NeedsCompilation: no
Packaged: 2023-10-23 13:46:38 UTC; admin_grao9
Author: Gowtham Rao [aut, cre],
  Observational Health Data Science and Informatics [cph]
Repository: CRAN
Date/Publication: 2023-10-23 15:50:24 UTC
