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 devtools with
install.packages("devtools")
(if not installed yet) - for Windows users only, install Rtools or check that it is already installed (needed to build the package)
- run
devtools::install_github("hvaret/packHV")