Package: MCSimMod Title: Working with 'MCSim' Models Version: 1.2 Authors@R: c( person("Dustin F.", "Kapraun", role=c("aut", "cre"), email = "kapraun.dustin@epa.gov", comment = c(ORCID = "0000-0001-5570-6383")), person("Todd J.", "Zurlinden", role="aut", comment = c(ORCID = "0000-0003-1372-3913")), person("Andrew J.", "Shapiro", role="aut", comment = c(ORCID = "0000-0002-5233-8092")), person("Ryan D.", "Friese", role="aut", comment = c(ORCID = "0000-0002-4121-2195")), person("Frederic Y.", "Bois", role="ctb", comment = c(ORCID = " 0000-0002-4154-0391")), person("Free Software Foundation, Inc.", role="cph") ) Description: Tools that facilitate ordinary differential equation (ODE) modeling in 'R'. This package allows one to perform simulations for ODE models that are encoded in the GNU 'MCSim' model specification language (Bois, 2009) using ODE solvers from the 'R' package 'deSolve' (Soetaert et al., 2010) . Imports: deSolve, methods, tools URL: https://CRAN.R-project.org/package=MCSimMod, https://github.com/USEPA/MCSimMod License: GPL-3 + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/Needs/dev: devtools, styler (== 1.11.0), testthat, covr Config/Needs/website: r-lib/pkgdown Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://usepa.r-universe.dev Date/Publication: 2026-01-22 19:49:55 UTC RemoteUrl: https://github.com/usepa/mcsimmod RemoteRef: HEAD RemoteSha: 5e74f063b5184ef74e2020c734e7c3ab5e463708 NeedsCompilation: yes Packaged: 2026-06-21 10:54:08 UTC; root Author: Dustin F. Kapraun [aut, cre] (ORCID: ), Todd J. Zurlinden [aut] (ORCID: ), Andrew J. Shapiro [aut] (ORCID: ), Ryan D. Friese [aut] (ORCID: ), Frederic Y. Bois [ctb] (ORCID: ), Free Software Foundation, Inc. [cph] Maintainer: Dustin F. Kapraun