dev_enviroment.R

library(assertthat)
library(devtools)
library(ggplot2)
for(f in dir("R", full.names = TRUE))
  tryCatch(source(f), error = function(err) print(err))
backlin/treesmapstheorems documentation built on May 11, 2019, 5:23 p.m.