/overflow

An R package to assist people answering R questions on Stack Overflow

Primary LanguageR

overflow

Build Status

An R package to assist people answering R questions on Stack Overflow.

Authors: Sebastian Campbell, Ananda Mahto, Julien Barnier, Tyler Rinker

Maintainer: Sebastian Campbell

Installation

The easiest way to install this package is to use install_github from the devtools package:

library(devtools)
install_github("overflow", "sebastian-c")