Package: PatientGenerator
Type: Package
Title: Generator of Synthetic Patient Data for the OMOP Common Data
        Model
Version: 0.2.4
Authors@R: c(
    person("Cesar", "Barboza", , "c.barboza@mi-erasmusmc.nl", role = c("aut", "cre"), comment = c(ORCID = "0009-0002-4453-3071")),
    person("Ger", "Inberg", , "g.inberg@erasmusmc.nl", role = "aut", comment = c(ORCID = "0000-0001-8993-8748")),
    person("Adam", "Black", , "black@ohdsi.org", role = "aut", comment = c(ORCID = "0000-0001-5576-8701"))
  )
Description: Tools to generate synthetic patient-level test datasets in the
    Observational Medical Outcomes Partnership (OMOP) Common Data Model (CDM).
    Includes a chat-driven generator backed by large language models and an
    interactive 'shiny' designer for editing CDM test sets.
URL: https://github.com/OHDSI/PatientGenerator,
        https://ohdsi.github.io/PatientGenerator/
BugReports: https://github.com/OHDSI/PatientGenerator/issues
License: Apache License (>= 2)
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: bslib, checkmate, data.table, dplyr, DT, ellmer, glue, httr2,
        jsonlite, openxlsx, r2d3, R6, readxl, shiny, stringr, testthat,
        cli
Suggests: CDMConnector, CohortCharacteristics, CohortConstructor, covr,
        ggplot2, knitr, rmarkdown, TestGenerator, visOmopResults
VignetteBuilder: knitr
Config/Needs/website: pkgdown
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-09-15 15:41:54 UTC; cbarboza
Author: Cesar Barboza [aut, cre] (ORCID:
    <https://orcid.org/0009-0002-4453-3071>),
  Ger Inberg [aut] (ORCID: <https://orcid.org/0000-0001-8993-8748>),
  Adam Black [aut] (ORCID: <https://orcid.org/0000-0001-5576-8701>)
Maintainer: Cesar Barboza <c.barboza@mi-erasmusmc.nl>
Repository: CRAN
Date/Publication: 2026-09-16 00:10:10 UTC
