The goal of helpq is to have a central location for all of the 6.004 queue related code.
You can install helpq from Github with:
# install.packages("devtools")
devtools::install_github("helpq/nibrivia")
Bits of this package require authentication. These are not yet nicely unified.
The queue datalog is in a database. You need to have an ODBC setup that allows
you to access it as helpq
.
The staff schedule requires a 6.004 account to access. The credentials should be
stored in environment variables helpq_username
and helpq_password
.
The doc website or getting in touch directly.