Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 521 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 521 Bytes

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")