Warning: This is a temporary repository for test code. Don't use this for production!
Make sure you have the devtools R package installed:
install.packages("devtools")
Use install_github()
to install the ENtest package:
devtools::install_github("EcoNum/EN-test")
R should install all required dependencies automatically, and then it should compile and install ENtest.
Latest devel version also available in sources and Windows binaries at appveyor (only available if passing last Windows build!).
Make the ENtest package available in your R session:
library("ENtest")
Get help about this package:
library(help = "ENtest")
?ENtest