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
- Host: GitHub
- URL: https://github.com/ghurault/huraultmisc
- Owner: ghurault
- License: other
- Created: 2019-06-28T13:39:23.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-09-08T09:00:53.000Z (10 months ago)
- Last Synced: 2025-10-22T03:57:41.964Z (8 months ago)
- Topics: bayesian-statistics, data-analysis, r-package, statistical-models
- Language: R
- Homepage: https://ghurault.github.io/HuraultMisc/
- Size: 45.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# HuraultMisc
[](https://github.com/ghurault/HuraultMisc/actions)
[](https://app.codecov.io/gh/ghurault/HuraultMisc?branch=main)
[](https://cran.r-project.org/package=HuraultMisc)
[](https://cran.r-project.org/package=HuraultMisc)
[](https://github.com/ghurault/HuraultMisc/actions)
[](https://lifecycle.r-lib.org/articles/stages.html)
[](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)`.