--- title: "Introdução ao pacote BIOEFIC" author: "Equipe BIOEFIC" date: "`r Sys.Date()`" output: rmarkdown::html_vignette: toc: true toc_depth: 2 vignette: > %\VignetteIndexEntry{Introdução ao pacote BIOEFIC} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r setup, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.width = 6, fig.height = 4, fig.align = "center", dpi = 72, out.width = "85%" ) # Salvar e restaurar opções globais (exigência CRAN) old_opts <- options(digits = 5)