library(knitr)
opts_chunk$set(tidy=TRUE, highlight=TRUE, dev="png",
               cache=TRUE, autodep=TRUE, 
               warning=FALSE, error=FALSE,
               eval=TRUE, fig.width= 6, fig.height = 5,
               message=FALSE, prompt=TRUE, comment='', fig.cap='',
               bootstrap.show.code=FALSE,
               cache.path="./cache")
options(bitmapType = 'cairo')
library(ggplot2)
library(tidyverse)
library(readr)

theme_set(theme_light(base_size = 9))

SessionInfo

devtools::session_info()


hbc/hbcABC documentation built on Sept. 5, 2019, 9:51 p.m.