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
- Host: GitHub
- URL: https://github.com/coatless-rpkg/jjb
- Owner: coatless-rpkg
- License: gpl-3.0
- Created: 2015-01-14T06:31:33.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T08:24:06.000Z (over 1 year ago)
- Last Synced: 2024-11-24T19:48:29.839Z (6 months ago)
- Topics: r
- Language: R
- Homepage: http://r-pkg.thecoatlessprofessor.com/jjb/
- Size: 503 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## `jjb`
[](https://github.com/coatless-rpkg/jjb/actions/workflows/R-CMD-check.yaml)
[](https://www.r-pkg.org/pkg/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)