Skip to contents

This package contains a set of internal functions and templates for Omni Institute. An overview of the functions can be found on the reference page. Long-form documentation of how the package works can be found on the R @ Omni website.

This template was created for the Omni Institute, a Colorado-based nonprofit social science consultancy that provides integrated research and evaluation, capacity building, and data utilization services to accelerate positive social change. If you are interested in adapting this OMNI branded template please contact .

Installation

You can install omni from GitHub with:

# install.packages("remotes")
remotes::install_github("rfortherestofus/omni", force = TRUE)

You can rerun this code at any point to get the newest version of the package.

Old Version

If you want to install the old version of the package (prior to the 2025 rebrand), you can do it with the following code:

# install.packages("remotes")
remotes::install_github("rfortherestofus/omni", force = TRUE, ref = "old")