Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.26 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.26 KB

simmer.mon

build Coverage Status CRAN_Status_Badge Status_Badge

simmer.mon provides monitoring backends that can be attached to simmer, the Discrete-Event Simulation (DES) package for R, to replace the default in-memory monitor:

  • monitor_dbi(): inserts monitoring values into a database (via DBI), with some in-memory buffering to improve performance, but it's still very experimental and it can be greatly improved.

Installation

The installation from GitHub requires the remotes package.

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