An open API service indexing awesome lists of open source software.

https://github.com/r-simmer/simmer.bricks

Helper Methods for 'simmer' Trajectories
https://github.com/r-simmer/simmer.bricks

cran discrete-event r r-package simulation

Last synced: 3 months ago
JSON representation

Helper Methods for 'simmer' Trajectories

Awesome Lists containing this project

README

          

# simmer.bricks

[![build](https://github.com/r-simmer/simmer.bricks/actions/workflows/build.yml/badge.svg)](https://github.com/r-simmer/simmer.bricks/actions/workflows/build.yml)
[![Coverage Status](https://codecov.io/gh/r-simmer/simmer.bricks/branch/master/graph/badge.svg)](https://app.codecov.io/gh/r-simmer/simmer.bricks)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/simmer.bricks)](https://cran.r-project.org/package=simmer.bricks)
[![Downloads](https://cranlogs.r-pkg.org/badges/simmer.bricks)](https://cran.r-project.org/package=simmer.bricks)

**simmer.bricks** provides helper methods for [**simmer**](https://r-simmer.org), 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](https://r-simmer.org/extensions/bricks/reference). To get started, please explore our [vignettes online](https://r-simmer.org/extensions/bricks/articles/), or in R:

``` r
vignette(package = "simmer.bricks")
```

## Installation

Install the release version from CRAN:

``` r
install.packages("simmer.bricks")
```

The installation from GitHub requires the [remotes](https://cran.r-project.org/package=remotes) package.

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