Nothing
The goal of camelUp is to implement the board game CamelUp and include simulations to assist instruction in introductory statistics courses.
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")
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:
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.