Package: CohortAlgebra
Type: Package
Title: Use of Interval Algebra to Create New Cohort(s) from Existing
        Cohorts
Version: 0.3.1
Date: 2025-02-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 generate new cohorts utilizing data from 
    previously instantiated cohorts. It employs interval algebra operators such as UNION, 
    INTERSECT, and MINUS to manipulate the data within the instantiated cohorts and 
    create new cohorts.
Depends: DatabaseConnector (>= 5.0.0), R (>= 4.1.0)
Imports: checkmate, dplyr, lifecycle, rlang, SqlRender
Suggests: knitr, rmarkdown, testthat, withr
License: Apache License
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
URL: https://ohdsi.github.io/CohortAlgebra/,
        https://CRAN.R-project.org/package=CohortAlgebra
BugReports: https://github.com/OHDSI/CohortAlgebra/issues
NeedsCompilation: no
Packaged: 2025-02-23 15:01:41 UTC; gowth
Author: Gowtham Rao [aut, cre],
  Observational Health Data Science and Informatics [cph]
Repository: CRAN
Date/Publication: 2025-02-23 15:10:01 UTC
