Package: PatientGenerator Type: Package Title: Generator of Synthetic Patient Data for the OMOP Common Data Model Version: 0.1.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/mi-erasmusmc/PatientGenerator, https://mi-erasmusmc.github.io/PatientGenerator/ BugReports: https://github.com/mi-erasmusmc/PatientGenerator/issues License: Apache License (>= 2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: bslib, checkmate, data.table, DBI, dplyr, DT, duckdb, ellmer, glue, httr2, jsonlite, r2d3, R6, shiny, stringr, testthat Suggests: CDMConnector, CohortCharacteristics, CohortConstructor, covr, ggplot2, knitr, rmarkdown, TestGenerator VignetteBuilder: knitr Config/Needs/website: pkgdown Config/testthat/edition: 3 Repository: https://ohdsi.r-universe.dev Date/Publication: 2026-04-27 10:00:49 UTC RemoteUrl: https://github.com/ohdsi/patientgenerator RemoteRef: HEAD RemoteSha: 472cfeb3617c0a2caa4f9402f4becf8a60873692 NeedsCompilation: no Packaged: 2026-06-09 05:52:17 UTC; root Author: Cesar Barboza [aut, cre] (ORCID: ), Ger Inberg [aut] (ORCID: ), Adam Black [aut] (ORCID: ) Maintainer: Cesar Barboza