/diffeR

diffeR R package

Primary LanguageR

diffeR R package

Installation

The diffeR R package can be installed from CRAN, the official R packages repository, or from this GitHub repository.

The official release of the diffeR package can be found on CRAN. To install from CRAN enter the following command line in R:

install.packages("diffeR")

To install the development version of the diffeR R package from this account on GitHub, first install the devtools R package using the following command:

install.packages("devtools")

Then install the diffeR package from Github using the devtools package:

devtools::install_github("amsantac/diffeR")

For help on the functions implemented in the diffeR package see the reference manual or run the following command lines in R:

?diffeR