An R package to assist people answering R questions on Stack Overflow.
Authors: Sebastian Campbell, Ananda Mahto, Julien Barnier, Tyler Rinker
Maintainer: Sebastian Campbell
The easiest way to install this package is to use install_github
from the devtools
package:
library(devtools)
install_github("overflow", "sebastian-c")