knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

deseRt

Wyman's overpopulated universe is in many ways unlovely. It offends the aesthetic sense of us who have a taste for desert landscapes.

r tufte::quote_footer('--- W.V.O. Quine, On What There Is')

The goal of deseRt is to help me (just me, really) follow the Don't Repeat Yourself (DRY) rule. It includes Rmarkdown and pandoc templates, a minimalist ggplot theme, and various functions to support plotting spatial data. Most of this functionality is probably avialable in other packages, but I haven't found it yet. So it goes, so it goes...

Installation

The deseRt package is not available on CRAN, but you can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("kbvernon/deseRt")


kbvernon/deseRt documentation built on May 27, 2020, 11:44 p.m.