Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.01 KB

helpq

Travis-CI Build Status Coverage Status

The goal of helpq is to have a central location for all of the 6.004 queue related code.

Installation

You can install helpq from Github with:

# install.packages("devtools")
devtools::install_github("helpq/nibrivia")

Authentication

Bits of this package require authentication. These are not yet nicely unified.

Queue

The queue datalog is in a database. You need to have an ODBC setup that allows you to access it as helpq.

Staffing

The staff schedule requires a 6.004 account to access. The credentials should be stored in environment variables helpq_username and helpq_password.

Documentation

The doc website or getting in touch directly.