knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  fig.width = 4,
  fig.height = 3

)

shimmer

lifecycle

The shimmer package contains a discrete event simulation that explores how shiny processes behave at scale, typically orchestrated by RStudio Connect or Shiny Server Pro.

The underlying infrastructure of the simulation is provided by the simmer package (for discrete event simulations). In other words, shimmer simulates how Shiny apps scale by using the simmer simulation framework.

Installation

The package is not yet on CRAN...

... but you can install the development version from GitHub using:

# install.packages("devtools")
devtools::install_github("andrie/shimmer")

Example




andrie/shimmer documentation built on May 3, 2019, 3:39 p.m.