vignettes/a03_Installation.Rmd
a03_Installation.Rmd
Since it is on GitHub, installing epair in R with the devtools package is straightforward.
epair
devtools
library(devtools) devtools::install_github("GLOrozcoM/epair") library(epair)
An alternative is to download the epair files on to your computer from GitHub. You can download them here. After navigating to the parent folder of the epair directory, you can use devtools.
devtools::install("epair") library(epair)