Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.55 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.55 KB

simmer.bricks

build Coverage Status CRAN_Status_Badge Downloads

simmer.bricks provides helper methods for simmer, the Discrete-Event Simulation (DES) package for R. Each simmer brick wraps a common activity pattern that can be used to build trajectories more conveniently.

Documentation

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

vignette(package = "simmer.bricks")

Installation

Install the release version from CRAN:

install.packages("simmer.bricks")

The installation from GitHub requires the remotes package.

# install.packages("remotes")
remotes::install_github("r-simmer/simmer.bricks")