Skip to content

Files

Latest commit

1f10f44 · Dec 20, 2019

History

History
24 lines (17 loc) · 563 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 563 Bytes

mathUtil

mathUtils gather a bunch of useful function for package development, script, etc…

Installation

The best way to use the package at its full capacity is to install the package with vignette that describe how to use functions. To do so :

devtools::install_github("MathieuGenu/mathUtils", build_vignettes = TRUE)

Use of functions

If documentation does not describe in a proper way the use of a function, it must be documented in the vignette. To consult it :

library(mathUtil)
vignette(topic = "mathUtil")