Skip to content

epiverse makes it easy to install and load the collection of R packages maintained by the Economic Policy Institute. A single call to library(epiverse) attaches all included packages and reports any function conflicts.

Installation

install.packages(
  "epiverse",
  repos = c("https://economic.r-universe.dev", getOption("repos"))
)

Or from GitHub:

remotes::install_github("economic/epiverse")

Usage

library(epiverse)
#> ── Attaching epiverse packages ─────────────────────────────── epiverse 0.1.0 ──
#> ✔ epidatatools 1.0.1          ✔ prefab       0.0.0.9000
#> ✔ epiextractr  0.11.0         ✔ realtalk     2026.3.11 
#> ✔ epitargets   0.2.0          ✔ swadlr       0.2.0

Packages

Package Description
epidatatools Tools for working with EPI data
epiextractr Extract and process CPS microdata
epitargets targets pipeline helpers for EPI projects
prefab Opinionated theme system for R project scaffolding
realtalk Inflation adjustment for price data
swadlr State of Working America Data Library in R

Acknowledgments

This package draws heavily on the architecture of the tidyverse package by Hadley Wickham.

License

MIT