From a0f61c3e4db23f87700e43db95fb540f86b6831a Mon Sep 17 00:00:00 2001 From: Bob Carpenter Date: Thu, 20 Feb 2020 17:51:53 -0500 Subject: [PATCH] removing r and other unused dependencies --- before-chapter.R | 5 ----- 1 file changed, 5 deletions(-) diff --git a/before-chapter.R b/before-chapter.R index b996955..9f2fe7e 100644 --- a/before-chapter.R +++ b/before-chapter.R @@ -22,11 +22,6 @@ knitr::opts_chunk$set( fig.show = "hold", out.width = "90%" ) -library(MASS) -library(reshape) -library(rstan) -rstan_options(auto_write = FALSE) -options(mc.cores = 1) library(tufte)