Skip to content
Snippets Groups Projects
Commit 4599baf6 authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Usa cache = TRUE no _setup.R.

parent 418d9494
Branches
No related tags found
No related merge requests found
library(knitr) library(knitr)
opts_chunk$set(cache = FALSE, opts_chunk$set(cache = TRUE,
tidy = FALSE, tidy = FALSE,
fig.width = 8, fig.width = 7,
fig.height = 6, fig.height = 6,
fig.align = "center", fig.align = "center",
dpi = 100, dpi = 96,
dev = "png", dev = "png",
warning = FALSE, warning = FALSE,
dev.args = list(family = "Palatino")) dev.args = list(family = "Palatino"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment