All Projects → r-simmer → Simmer

r-simmer / Simmer

Licence: gpl-2.0
Discrete-Event Simulation for R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Simmer

Nanotime
Nanosecond Resolution Time Functionality for R
Stars: ✭ 39 (-77.06%)
Mutual labels:  r-package, cran
Rinside
Seamless embedding of R in C++ programs
Stars: ✭ 112 (-34.12%)
Mutual labels:  r-package, cran
Pkgsearch
Search R packages on CRAN
Stars: ✭ 73 (-57.06%)
Mutual labels:  r-package, cran
Dataexplorer
Automate Data Exploration and Treatment
Stars: ✭ 362 (+112.94%)
Mutual labels:  r-package, cran
Webservices
CRAN WebTechnologies Task View
Stars: ✭ 160 (-5.88%)
Mutual labels:  r-package, cran
Rcpp
Seamless R and C++ Integration
Stars: ✭ 572 (+236.47%)
Mutual labels:  r-package, cran
Wooldridge
The official R data package for "Introductory Econometrics: A Modern Approach". A vignette contains example models from each chapter.
Stars: ✭ 90 (-47.06%)
Mutual labels:  r-package, cran
UCSCXenaShiny
📊 An R package for interactively exploring UCSC Xena https://xenabrowser.net/datapages/
Stars: ✭ 52 (-69.41%)
Mutual labels:  cran, r-package
Drat
Drat R Archive Template
Stars: ✭ 127 (-25.29%)
Mutual labels:  r-package, cran
Minicran
R package to create internally consistent, mini version of CRAN
Stars: ✭ 123 (-27.65%)
Mutual labels:  r-package, cran
digest
R package to create compact hash digests of R objects
Stars: ✭ 94 (-44.71%)
Mutual labels:  cran, r-package
Osrm
Shortest Paths and Travel Time from OpenStreetMap with R
Stars: ✭ 160 (-5.88%)
Mutual labels:  r-package, cran
rcppgsl
Rcpp integration for GNU GSL vectors and matrices
Stars: ✭ 28 (-83.53%)
Mutual labels:  cran, r-package
Configr
Implements the JSON, INI, YAML and TOML parser, for R setting and writing of configuration file.
Stars: ✭ 38 (-77.65%)
Mutual labels:  r-package, cran
xfun
Miscellaneous R functions
Stars: ✭ 102 (-40%)
Mutual labels:  cran, r-package
Markovchain
Easy Handling Discrete Time Markov Chains
Stars: ✭ 80 (-52.94%)
Mutual labels:  r-package, cran
pbapply
Adding progress bar to '*apply' functions in R
Stars: ✭ 115 (-32.35%)
Mutual labels:  cran, r-package
PackageDevelopment
Task View: PackageDevelopment
Stars: ✭ 38 (-77.65%)
Mutual labels:  cran, r-package
Mlr
Machine Learning in R
Stars: ✭ 1,542 (+807.06%)
Mutual labels:  r-package, cran
Rblpapi
R package interfacing the Bloomberg API from https://www.bloomberglabs.com/api/
Stars: ✭ 133 (-21.76%)
Mutual labels:  r-package, cran

simmer

Build Status Coverage Status Coverity Status CRAN_Status_Badge Downloads DOI

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 CRAN_Status_Badge
simmer.bricks Helper Methods for simmer Trajectories CRAN_Status_Badge
simmer.optim Parameter Optimization Functions for simmer Status_Badge
simmer.json Read / Load simmer Definitions in JSON Format Status_Badge
simmer.mon Monitoring Backends for simmer Status_Badge

Mailing list

For bugs and/or issues, create a new issue on GitHub. For other questions or comments, please subscribe to the simmer-devel mailing list. You must be a member to post messages, but anyone can read the archived discussions.

Documentation

Documentation is available at r-simmer.org/reference. To get started, please explore our vignettes online, or in R:

vignette(package = "simmer")

Installation

Install the release version from CRAN:

install.packages("simmer")

The installation from GitHub requires the remotes package.

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!

design1design2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].