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")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.
