README.md

lehuynh

CRAN
status R-CMD-check Lifecycle:
stable DOI

Le-Huynh Truc-Ly’s R Code and Templates

lehuynh is an R package comprising a collection of miscellaneous R functions and templates that I find particularly useful.

This package includes: - Functions for graphics, data importation, data transformation, and general utilities. - Templates for Exploratory Analysis, Bayesian modeling, and crafting scientific manuscripts.

Installation

lehuynh R package is available on CRAN via:

install.packages("lehuynh")

To get the latest in-development features, install the development version from GitHub:

if(!requireNamespace("devtools", quietly = TRUE)) {
 install.packages("devtools")
}
devtools::install_github("le-huynh/lehuynh")

This package is also accessible for download via Zenodo with the DOI 10.5281/zenodo.11522849.

Functions

Templates



le-huynh/LeRpackage documentation built on June 16, 2024, 4:46 a.m.