desc <- suppressWarnings(readLines("DESCRIPTION"))
regex <- "(^Version:\\s+)(\\d+\\.\\d+\\.\\d+)"
loc <- grep(regex, desc)
ver <- gsub(regex, "\\2", desc[loc])
#verbadge <- sprintf('<a href="https://img.shields.io/badge/Version-%s-orange.svg"><img src="https://img.shields.io/badge/Version-%s-orange.svg" alt="Version"/></a></p>', ver, ver)
verbadge <- ''
````

```r
library(knitr)
knit_hooks$set(htmlcap = function(before, options, envir) {
  if(!before) {
    paste('<p class="caption"><b><em>',options$htmlcap,"</em></b></p>",sep="")
    }
    })
knitr::opts_knit$set(self.contained = TRUE, cache = FALSE, fig.align = 'center')
knitr::opts_chunk$set(fig.path = "tools/figure/")
options(scipen=999)

Build Status Coverage Status r verbadge

exampledata is a data package with example data that is optimized for teaching particular constructs.

Installation

To download the development version of exampledata:

Download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the pacman package to install the development version:

if (!require("pacman")) install.packages("pacman")
pacman::p_load_current_gh("trinker/exampledata")

Contact

You are welcome to:
- submit suggestions and bug-reports at: https://github.com/trinker/exampledata/issues
- send a pull request on: https://github.com/trinker/exampledata
- compose a friendly e-mail to: tyler.rinker@gmail.com



trinker/exampledata documentation built on May 25, 2019, 8:32 p.m.