Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

jjb

R build status 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 devtools
install.packages("devtools")

# Install the package from github
devtools::install_github("coatless/jjb")

Usage

library("jjb")

Licensing

GPL (>= 2)

About

Balamuta Miscellaneous R Package

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.