README.md

aveytoolkit R package

Build Status

What is this repository for?

How do I get set up?

Dependencies

The following R packages are required for proper installation: remotes ggplot2 gplots.

Install these from the R prompt by running

install.packages(c("ggplot2", "gplots"))

Installation

Install from R using the install_github function provided by the remotes package.


library(remotes)
install_github(repo="stefanavey/aveytoolkit")

Where do I start?

For a detailed description of the functions in this package, see the reference manual.

You can also browse the documentation via HTML files after installing


library(aveytoolkit)
browseIndex("aveytoolkit")



stefanavey/aveytoolkit documentation built on March 5, 2020, 12:49 a.m.