Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.16 KB

ojoverse

R-CMD-check

The goal of ojoverse is to …

Installation

You can install the development version of ojoverse from GitHub with:

# install.packages("devtools")
devtools::install_github("openjusticeok/ojoverse")

Example

This is a basic example which shows you how to solve a common problem:

library(ojoverse)
#> ── Attaching core ojoverse packages ────────────────────────── ojoverse 0.1.0 ──
#> ✔ ojodb     2.4.0          ✔ ojoslackr 0.0.0.9000
#> ── Conflicts ─────────────────────────────────────────── ojoverse_conflicts() ──
#> ✖ ::() masks 
#> ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
## basic example code