Package: openmpp Title: Programmatic Interface to 'OpenM++' Version: 0.0.2.9000 Authors@R: c( person("Matthew T.", "Warkentin", , "matthew.warkentin@ucalgary.ca", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-8730-3511")), person("John M.", "Hutchinson", , "john.hutchinson@ucalgary.ca", role = c("ctb")) ) Description: A programmatic interface to the 'OpenM++' microsimulation platform (). The primary goal of this package is to wrap the 'OpenM++' Web Service (OMS) to provide 'OpenM++' users a programmatic interface for the R language. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3.9000 Depends: R (>= 4.1.0) Imports: cli, curl, glue, httr2, jsonlite, purrr, R6, readr, rlang, tibble, tidyr, tidyselect URL: https://github.com/mattwarkentin/openmpp, https://mattwarkentin.github.io/openmpp/ BugReports: https://github.com/mattwarkentin/openmpp/issues Collate: 'API-CPAC.R' 'API-Custom.R' 'API-Local.R' 'Utils.R' 'ClassModel.R' 'ClassModelRun.R' 'ClassModelRunSet.R' 'ClassWorkset.R' 'RunOptions.R' 'Scenario.R' 'oms-Administrative.R' 'oms-DownloadModels.R' 'oms-ModelExtras.R' 'oms-ModelMetadata.R' 'oms-ModelRunResults.R' 'oms-ModelWorksetMetadata.R' 'oms-ModelingTaskMetadata.R' 'oms-ReadMicrodata.R' 'oms-ReadOutputTables.R' 'oms-ReadParameters.R' 'oms-RunModels.R' 'oms-Services.R' 'oms-UpdateModelProfile.R' 'oms-UpdateModelRuns.R' 'oms-UpdateModelWorkset.R' 'oms-UpdateModelingTasks.R' 'oms-UploadModels.R' 'oms-UserFiles.R' 'oms-UserSettings.R' 'openmpp-package.R' 'zzz.R' Suggests: gh, pingr, sys, testthat (>= 3.0.0), withr Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev libssl-dev libx11-dev Repository: https://mattwarkentin.r-universe.dev Date/Publication: 2026-02-23 23:03:16 UTC RemoteUrl: https://github.com/mattwarkentin/openmpp RemoteRef: HEAD RemoteSha: 97fbb0b810a5ae55eaa066d8356f96a755d61016 NeedsCompilation: no Packaged: 2026-06-07 07:00:57 UTC; root Author: Matthew T. Warkentin [aut, cre, cph] (ORCID: ), John M. Hutchinson [ctb] Maintainer: Matthew T. Warkentin