Skip to content

Loading enaR into R from GitHub

borretts edited this page May 31, 2020 · 3 revisions

You can install enaR directly into R from the GitHub repository using the following commands

install.packages("devtools")
library(devtools)
install_github("SEELab/enaR")

This uses the command install_github() from the devtools package to install the Master branch, which is the currently released version of the software.