knitr::opts_knit$set(
        stop_on_error = 2L
)
knitr::opts_chunk$set(
        fig.path="man/figures/"
)

zelig-logo

Project Status: Active - The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge Travis-CI Build Status AppVeyor Build Status

About

This package makes it convenient to install and load all of the stable Zelig packages. This includes:

Use

To use zeligverse, simply load the package:

library(zeligverse)

As you can see, all of the stable Zelig packages are loaded.

Installing zeligverse will install these packages.

Adding packages [for developers]

zeligverse developers can add packages to zeligverse by:

Inspiration

The inspiration (and much of the underlying code) for zeligverse comes from the tidyverse package.



IQSS/zeligverse documentation built on May 8, 2019, 9:19 a.m.