Skip to content

r-simmer/simmer.bricks

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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")