Package: MCSimMod 1.2
MCSimMod: Working with 'MCSim' Models
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) <doi:10.1093/bioinformatics/btp162> using ODE solvers from the 'R' package 'deSolve' (Soetaert et al., 2010) <doi:10.18637/jss.v033.i09>.
Authors:
MCSimMod_1.2.tar.gz
MCSimMod_1.2.zip(r-4.7)MCSimMod_1.2.zip(r-4.6)MCSimMod_1.2.zip(r-4.5)
MCSimMod_1.2.tgz(r-4.6-x86_64)MCSimMod_1.2.tgz(r-4.6-arm64)MCSimMod_1.2.tgz(r-4.5-x86_64)MCSimMod_1.2.tgz(r-4.5-arm64)
MCSimMod_1.2.tar.gz(r-4.7-x86_64)MCSimMod_1.2.tar.gz(r-4.6-x86_64)
MCSimMod_1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
MCSimMod/json (API)
| # Install 'MCSimMod' in R: |
| install.packages('MCSimMod', repos = c('https://usepa.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/usepa/mcsimmod/issues
Last updated from:5e74f063b5. Checks:2 FAIL, 11 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | FAIL | 3717 | ||
| linux-devel-x86_64 | OK | 121 | ||
| source / vignettes | OK | 159 | ||
| linux-release-arm64 | FAIL | 3712 | ||
| linux-release-x86_64 | OK | 118 | ||
| macos-release-arm64 | OK | 90 | ||
| macos-release-x86_64 | OK | 201 | ||
| macos-oldrel-arm64 | OK | 87 | ||
| macos-oldrel-x86_64 | OK | 278 | ||
| windows-devel | OK | 90 | ||
| windows-release | OK | 101 | ||
| windows-oldrel | OK | 114 | ||
| wasm-release | OK | 100 |
Exports:compileModelcreateModel
Dependencies:deSolve
(1) Introduction to MCSimMod
Rendered fromintro.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2025-08-15
Started: 2025-08-15
(2) MCSimMod Details
Rendered fromdetails.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2025-08-15
Started: 2025-08-15
(3) Model Specification
Rendered frommodel_specification.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2025-08-15
Started: 2025-08-15
(4) A Model for Newton's Law of Cooling
Rendered fromnewt_cool_demo.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2025-08-15
Started: 2024-08-22
(5) A Predator-Prey Model
Rendered frompred_prey_demo.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2025-08-15
Started: 2024-08-22
(6) A Classical Pharmacokinetic Model
Rendered frompk1_demo.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2025-08-15
Started: 2024-08-22
(7) Using Input Variables
Rendered frominputs_demo.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2025-08-15
Started: 2024-08-22
(8) Incorporating Events into a Simulation
Rendered fromevents_demo.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2025-08-15
Started: 2024-08-22
(9) A Physiologically Based Pharmacokinetic Model
Rendered frompbpk_demo.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2025-08-15
Started: 2025-08-15
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Function to translate and compile MCSim model specification text | compileModel |
| Function to create an MCSimMod Model object | createModel |
| MCSimMod Model class | Model Model-class |
