Downloading DepecheR, getting it to run, and accessing help files - Theorell/DepecheR GitHub Wiki

To install DepecheR straight from this site, first install the package devtools, using the following commands in the R console:

install.packages("devtools")

library(devtools)

Then install DepecheR:

install.github("theorell/DepecheR")

To start using the package, type: library(DepecheR)

To get an overview of the packages functions and their respective help pages, type: help(packages="DepecheR")

If you are interested in a specific function, type ?"thefunctioninquestion", in R.

We hope that this helps and works nicely for you! Otherwise, please tell us, and we will make improvements accordingly.