Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 2.53 KB

README.md

File metadata and controls

55 lines (38 loc) · 2.53 KB

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

  • Internet connection (otherwise you have to install the app locally on your computer)

  • No R knowledge is required to use the app

  • No installation of R & RStudio is necessary

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