HuraultMisc is my personal R package regrouping functions used across different projects. The library mostly provides functions for data analysis.

Installation

To install the currently released version of the package on CRAN, please type the following commands in R:

install.packages("HuraultMisc")

Alternatively, you can install the development version with:

devtools::install_github("ghurault/HuraultMisc")

Usage

The package can be loaded with library(HuraultMisc) and the list of available functions and their documentation can be accessed from the package website, or using the command help(package = HuraultMisc).