Skip to content
/ Camel-Up Public

Implementation of the board game Camel Up for teaching introductory statistics

Notifications You must be signed in to change notification settings

mczek/Camel-Up

Repository files navigation

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:

About

Implementation of the board game Camel Up for teaching introductory statistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published