From 522f18028f94b953634a38274c0ec2e58fd63989 Mon Sep 17 00:00:00 2001 From: Eduardo Junior <edujrrib@gmail.com> Date: Tue, 7 Jun 2016 10:43:43 -0300 Subject: [PATCH] =?UTF-8?q?Adiciona=20op=C3=A7=C3=B5es=20de=20cache=20para?= =?UTF-8?q?=20ganho=20de=20velocidade=20na=20compila=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_setup.R | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_setup.R b/docs/_setup.R index 10cd1a5..a33b10f 100644 --- a/docs/_setup.R +++ b/docs/_setup.R @@ -33,6 +33,7 @@ opts_chunk$set( message = FALSE, echo = FALSE, tidy = TRUE, + cache = TRUE, fig.width = 7, fig.height = 5, fig.align = "center", -- GitLab