README.md

jjb

R-CMD-check CRAN RStudio mirror downloads CRAN_Status_Badge

The goal of jjb is to provide tools frequently used in analyses. As a result, the package contains a large amount of functions I use in day to day analyses.

Installation

The jjb package is available on both CRAN and GitHub. The CRAN version is considered stable while the GitHub version is in a state of development and may break.

You can install the stable version of the jjb package with:

install.packages("jjb")

For those who like living on the edge, feel free to use a copy of the development version by doing:

# Install remotes
install.packages("remotes")

# Install the package from github
remotes::install_github("coatless-rpkg/jjb")

Usage

library("jjb")

Licensing

GPL (>= 2)



coatless/bmisc documentation built on Nov. 20, 2023, 4:21 p.m.