An open API service indexing awesome lists of open source software.

https://github.com/coatless-rpkg/jjb

Balamuta Miscellaneous R Package
https://github.com/coatless-rpkg/jjb

r

Last synced: 6 months ago
JSON representation

Balamuta Miscellaneous R Package

Awesome Lists containing this project

README

        

## `jjb`

[![R-CMD-check](https://github.com/coatless-rpkg/jjb/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/coatless-rpkg/jjb/actions/workflows/R-CMD-check.yaml)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/jjb)](https://www.r-pkg.org/pkg/jjb)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/jjb)](https://cran.r-project.org/package=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:

```r
install.packages("jjb")
```

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

```r
# Install remotes
install.packages("remotes")

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

### Usage

```r
library("jjb")
```

### Licensing

GPL (>= 2)