An open API service indexing awesome lists of open source software.

https://github.com/ghurault/huraultmisc

Personal R package
https://github.com/ghurault/huraultmisc

bayesian-statistics data-analysis r-package statistical-models

Last synced: 8 months ago
JSON representation

Personal R package

Awesome Lists containing this project

README

          

# HuraultMisc

[![R-CMD-check](https://github.com/ghurault/HuraultMisc/workflows/R-CMD-check/badge.svg)](https://github.com/ghurault/HuraultMisc/actions)
[![Codecov test coverage](https://codecov.io/gh/ghurault/HuraultMisc/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ghurault/HuraultMisc?branch=main)
[![CRAN Status Badge](https://www.r-pkg.org/badges/version/HuraultMisc)](https://cran.r-project.org/package=HuraultMisc)
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/HuraultMisc)](https://cran.r-project.org/package=HuraultMisc)
[![pkgdown](https://github.com/ghurault/HuraultMisc/workflows/pkgdown/badge.svg)](https://github.com/ghurault/HuraultMisc/actions)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/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:

``` r
install.packages("HuraultMisc")
```

Alternatively, you can install the development version with:

``` r
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](https://ghurault.github.io/HuraultMisc/), or using the command `help(package = HuraultMisc)`.