R package created in 2012 and freely available at https://CRAN.R-project.org/package=packHV
To install the packHV package from the CRAN, open a R session and run
install.packages("packHV")
To install the packHV package from GitHub, open a R session and:
install.packages("devtools")
(if
not installed yet)library(devtools)
install_github("hvaret/packHV")