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.
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")
library("jjb")
GPL (>= 2)