knitr::opts_chunk$set(
  echo = TRUE,
  collapse = TRUE,
  comment = "#>",
  # fig.path = "man/figures/README-",
  out.width = "100%"
)
options(tibble.print_min = 5, tibble.print_max = 5)

spirit: Shiny App to the sprtt Package on CRAN

codecov R-CMD-check-ubuntu20.04 R-CMD-check-windows-macOs lint

Open the app

Please click here to open the app in your internet browser!

Requirements to use the app

The spirit app allows you to use the sprtt package via a user interface. The sprtt package is the implementation of sequential probability ratio tests using the associated t-statistic (sprtt).

Installation

There is no need to install the spirit shiny app on your computer - you can access the app on the internet! Please click here to open the app in your browser!

If you want to use the app without an internet connection, please download the app as an R package on your computer. To run the app locally on your computer, R (and RStudio) have to be already installed .

Development version from GitHub

To get a bug fix or to use a feature from the development version, you can install the development version from GitHub.

# the installation requires the "devtools" package
# install.packages("devtools")
devtools::install_github("MeikeSteinhilber/spirit")


MeikeSteinhilber/spirit documentation built on Dec. 17, 2021, 3:22 a.m.