Skip to contents

jjb

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:

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

Licensing

GPL (>= 2)