ghurault / HuraultMisc

Personal R package

Home Page:https://ghurault.github.io/HuraultMisc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HuraultMisc

R-CMD-check Codecov test coverage CRAN Status Badge pkgdown Lifecycle: experimental License: MIT

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