This package takes user input on debate results in order to generate pairings and determine sweeps.
If you are a team that is new to R and you want to find a way to automate your tabroom process, this installation guide may be useful to you (NOTE: Follow the guide to install R and Rstudio. The SDSFoundations package will not be needed for this).
Once you have R and RStudio installed, follow the guides under "Package Installation" and "How to Run".
The first time you use the app you will need to install the package. To install from github run:
install.packages("devtools")
devtools::install_github("alexkaechele/VirtualTab")
To launch the app run:
library(VirtualTab)
runTabRoom(tournament= "RR Debate")
If you are experiencing difficulties in any step see insert resource:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.