Science Score: 26.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
-
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Discrete-Event Simulation for R
Basic Info
- Host: GitHub
- Owner: r-simmer
- License: gpl-2.0
- Language: R
- Default Branch: master
- Homepage: https://r-simmer.org
- Size: 8.69 MB
Statistics
- Stars: 226
- Watchers: 21
- Forks: 42
- Open Issues: 16
- Releases: 37
Topics
Metadata Files
README.md
simmer is a process-oriented and trajectory-based Discrete-Event Simulation (DES) package for R. Designed to be a generic framework like SimPy or SimJulia, it leverages the power of Rcpp to boost the performance and turning DES in R feasible. As a noteworthy characteristic, simmer exploits the concept of trajectory: a common path in the simulation model for entities of the same type. It is pretty flexible and simple to use, and leverages the chaining/piping workflow introduced by the magrittr package.
Extensions
Package | Description | Status
---------------- | ----------------------------------------------- | ------------------
simmer.plot | Plotting Methods for simmer |
simmer.bricks | Helper Methods for
simmer Trajectories |
simmer.optim | Parameter Optimization Functions for
simmer |
simmer.json | Read / Load
simmer Definitions in JSON Format |
simmer.mon | Monitoring Backends for
simmer |
Help
For bugs and/or issues, create a new issue on GitHub. For other questions or comments, please use the Discussions forum on GitHub.
Documentation
Documentation is available at r-simmer.org/reference. To get started, please explore our vignettes online, or in R:
r
vignette(package = "simmer")
Installation
Install the release version from CRAN:
r
install.packages("simmer")
The installation from GitHub requires the remotes package.
r
remotes::install_github("r-simmer/simmer")
Please note that the package contains some C++ code and thus you need a development environment to build the package (e.g., Rtools for Windows).
Hexagon stickers!
You can purchase simmer hex stickers on Redbubble (sticker 1, sticker 2). Browse there for more stuff such as T-shirts and mugs!
Owner
- Name: r-simmer
- Login: r-simmer
- Kind: organization
- Website: http://r-simmer.org
- Repositories: 12
- Profile: https://github.com/r-simmer
Discrete-Event Simulation for R
GitHub Events
Total
- Issues event: 5
- Watch event: 4
- Issue comment event: 4
Last Year
- Issues event: 5
- Watch event: 4
- Issue comment event: 4
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Iñaki Úcar | i****6@g****m | 729 |
| Iñaki Úcar | i****r@f****g | 149 |
| Iñaki Úcar | i****r@e****s | 135 |
| Bart6114 | b****6@g****m | 117 |
| Bart | B****4 | 9 |
| nacnudus | n****s@g****m | 7 |
| Yihui Xie | x****e@y****e | 1 |
| Tom Jemmett | t****t@g****m | 1 |
| Jon Calder | j****r@g****m | 1 |
| urswilke | u****e@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 94
- Total pull requests: 22
- Average time to close issues: 2 months
- Average time to close pull requests: about 7 hours
- Total issue authors: 37
- Total pull request authors: 6
- Average comments per issue: 2.36
- Average comments per pull request: 1.05
- Merged pull requests: 20
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 13
- Pull requests: 0
- Average time to close issues: 2 days
- Average time to close pull requests: N/A
- Issue authors: 6
- Pull request authors: 0
- Average comments per issue: 1.31
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Enchufa2 (44)
- harryprince (4)
- jr1234567 (3)
- tomjemmett (3)
- thigger (3)
- xanmaas (2)
- swaheera (2)
- mtbakerguy (2)
- IoannaChr (2)
- DannyO-dev (2)
- las-matthew-bennett (1)
- vohai611 (1)
- mmarks13 (1)
- mei-s-chan (1)
- szimmer (1)
Pull Request Authors
- Enchufa2 (17)
- tomjemmett (1)
- yihui (1)
- urswilke (1)
- damonbayer (1)
- thigger (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 1,310 last-month
- Total docker downloads: 875
-
Total dependent packages: 3
(may contain duplicates) -
Total dependent repositories: 2
(may contain duplicates) - Total versions: 76
- Total maintainers: 1
proxy.golang.org: github.com/r-simmer/simmer
- Documentation: https://pkg.go.dev/github.com/r-simmer/simmer#section-documentation
- License: gpl-2.0
-
Latest release: v4.4.7+incompatible
published almost 2 years ago
Rankings
cran.r-project.org: simmer
Discrete-Event Simulation for R
- Homepage: https://r-simmer.org
- Documentation: http://cran.r-project.org/web/packages/simmer/simmer.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 4.4.7
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.1.2 depends
- Rcpp * imports
- codetools * imports
- magrittr * imports
- utils * imports
- knitr * suggests
- parallel * suggests
- rmarkdown * suggests
- rticles * suggests
- simmer.plot * suggests
- testthat * suggests
- peter-evans/repository-dispatch v1 composite
