Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 716 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 716 Bytes

packHV R package: A few Useful Functions for Statisticians

R package created in 2012 and freely available at https://CRAN.R-project.org/package=packHV

Installation from the CRAN

To install the packHV package from the CRAN, open a R session and run install.packages("packHV")

Installation from GitHub

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")