Package: CohortIncidence
Type: Package
Title: Cohort Incidence Analysis for the OMOP Common Data Model
Version: 4.2.0
Date: 2026-07-27
Authors@R: person(given = "Christopher",
                  family = "Knoll",
                  role = c("aut", "cre"),
                  email = "cknoll@ohdsi.org")
Description: Provides functionality for performing cohort incidence
    analyses against data stored in the OMOP Common Data Model (CDM).
    The package generates database-specific SQL, executes analyses across
    supported database platforms, and returns standardized incidence
    estimates using configurable time-at-risk, stratification, and cohort
    definitions. It is intended to support reproducible observational
    research within the OHDSI analytics framework.
License: Apache License 2.0
VignetteBuilder: knitr
URL: https://ohdsi.github.io/CohortIncidence/
BugReports: https://github.com/OHDSI/CohortIncidence/issues
Depends: R (>= 3.2.2), DatabaseConnector (>= 3.0.0)
Imports: rlang, rJava(>= 0.9-10), checkmate, jsonlite, SqlRender (>=
        1.6.0)
SystemRequirements: Java (>= 8)
NeedsCompilation: yes
Encoding: UTF-8
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, withr, readr, Eunomia,
        duckdb, R6
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
Packaged: 2026-08-20 17:23:17 UTC; cknoll1
Author: Christopher Knoll [aut, cre]
Maintainer: Christopher Knoll <cknoll@ohdsi.org>
Repository: CRAN
Date/Publication: 2026-08-25 14:10:02 UTC
Built: R 4.6.1; ; 2026-08-25 16:23:19 UTC; unix
