README.md

CamelUp

Travis build
status Codecov test
coverage

The goal of camelUp is to implement the board game CamelUp and include simulations to assist instruction in introductory statistics courses.

Installation

You can install the released version of camelUp from CRAN with:

install.packages("camelUp")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("mczekanski1/Camel-Up/camelUp")

Example

The main function of this package is to allow the user to run this game locally. We have exported all of the objects in case the user would like to make use of them, but the main focus is on playing the game.

library(CamelUp)
#playCamelUp()

This will start a local shiny app with some of the functionality shown below:



Try the CamelUp package in your browser

Any scripts or data that you put into this service are public.

CamelUp documentation built on Feb. 22, 2021, 9:08 a.m.