MCSimMod
MCSimMod: An R Package for Working with Ordinary Differential Equation Models Encoded in the MCSim Model Specification Language - Published in JOSS (2025)
Science Score: 93.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org -
○Academic email domains
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
Repository
MCSim Models in R
Basic Info
Statistics
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 1
- Releases: 4
Topics
Metadata Files
README.md
MCSimMod: An R Package for Working with MCSim Models
MCSimMod is an R package that facilitates ordinary differential equation (ODE) modeling. Many physical and biological phenomena can be described using mathematical models based on ODEs, and several example ODE models are described in "vignettes" included with the MCSimMod package. MCSimMod allows one to perform simulations for ODE models that are encoded in the GNU MCSim model specification language using ODE solvers from the R package deSolve.
Documentation is available at https://usepa.github.io/MCSimMod.
To work with MCSimMod, the package deSolve must be installed.
R
install.packages("deSolve")
Installation
As a prerequisite for installation on a Windows operating system, be sure to install RTools. RTools includes utilities that compile C source code for use in R. Installation of RTools is not required when using MCSimMod on a Unix operating system.
To install the latest stable version of MCSimMod from CRAN, use the command:
R
install.packages("MCSimMod")
For the latest development version, install from GitHub using devtools::install_github(). If the package devtools has not already been installed, use install.packages("devtools"). Then, install MCSimMod using the following command:
R
devtools::install_github("https://github.com/USEPA/MCSimMod.git", build_vignettes = TRUE)
Alternatively, one can install MCSimMod from a compressed "tarball" file. For example, if you have a compressed tarball file named MCSimMod.tar.gz, use the following command:
R
install.packages("MCSimMod.tar.gz", repos = NULL, type = "source")
Getting Started
To learn about the MCSimMod package and how to use it, check out the vignettes.
R
browseVignettes(package = "MCSimMod")
Contact
To report an issue with MCSimMod, please use the issue tracker.
License
GNU General Public License 3.0
Developer Installation
If you wish to contribute to development of MCSimMod, first clone the MCSimMod repository. Then, start an R session and set the current working directory to a directory within the repository. To document, build, install, and test the package, use the following commands.
R
devtools::document()
devtools::build()
devtools::install()
devtools::test()
covr::report(file = "coverage_html/index.html")
You can also issue these commands from a Windows or Unix command line terminal as follows.
bash
R -e "devtools::document()"
R -e "devtools::build()"
R -e "devtools::install()"
R -e "devtools::test()"
R -e "covr::report(file = 'coverage_html/index.html')"
Code Formatting
To maintain a consistent format for all MCSimMod source code, we use the styler package to format R code. Note that we use a specific version of the package.
```R
Install version 1.10.3 of the styler package.
install.packages("styler", version = "1.10.3")
Apply styler format conventions to all files in the package.
styler::style_pkg(".") ```
A check is added in continuous integration to ensure that the code conforms to formatting conventions. If it does not, the style check will fail.
Disclaimer
The United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer has responsibility to protect the integrity, confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government.
Owner
- Name: U.S. Environmental Protection Agency
- Login: USEPA
- Kind: organization
- Location: United States of America
- Website: https://www.epa.gov
- Twitter: EPA
- Repositories: 449
- Profile: https://github.com/USEPA
JOSS Publication
MCSimMod: An R Package for Working with Ordinary Differential Equation Models Encoded in the MCSim Model Specification Language
Authors
Tags
MCSim ordinary differential equations mathematical models initial value problemsGitHub Events
Total
- Create event: 19
- Release event: 2
- Issues event: 3
- Watch event: 9
- Delete event: 18
- Issue comment event: 2
- Push event: 80
- Pull request review event: 41
- Pull request review comment event: 35
- Pull request event: 30
Last Year
- Create event: 19
- Release event: 2
- Issues event: 3
- Watch event: 9
- Delete event: 18
- Issue comment event: 2
- Push event: 80
- Pull request review event: 41
- Pull request review comment event: 35
- Pull request event: 30
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 3
- Total pull requests: 52
- Average time to close issues: 17 days
- Average time to close pull requests: 8 days
- Total issue authors: 3
- Total pull request authors: 4
- Average comments per issue: 0.33
- Average comments per pull request: 0.38
- Merged pull requests: 46
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 38
- Average time to close issues: 17 days
- Average time to close pull requests: 5 days
- Issue authors: 3
- Pull request authors: 4
- Average comments per issue: 0.33
- Average comments per pull request: 0.18
- Merged pull requests: 34
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- rdfriese (1)
- dfkapraun (1)
- shapiromatron (1)
Pull Request Authors
- dfkapraun (24)
- shapiromatron (18)
- tjzurlin (6)
- rdfriese (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 484 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: MCSimMod
Working with 'MCSim' Models
- Homepage: https://CRAN.R-project.org/package=MCSimMod
- Documentation: http://cran.r-project.org/web/packages/MCSimMod/MCSimMod.pdf
- License: GPL-3
-
Latest release: 0.9.1
published 10 months ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v4 composite
- actions/configure-pages v5 composite
- actions/deploy-pages v4 composite
- actions/upload-artifact v4 composite
- actions/upload-pages-artifact v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- r-lib/actions/setup-tinytex v2 composite
- methods * depends
- tools * depends
- deSolve * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
