Skip to content

Commit

Permalink
Remove additional lines from quarto header
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 11, 2024
1 parent 6635280 commit b5e33a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vignettes/dataset-investigation.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
title: "Dataset investigation: What to do when you get your data"
format: html
editor: visual
minimal: true
date: 'Compiled: `r format(Sys.Date(), "%B %d, %Y")`'
vignette: >
%\VignetteIndexEntry{Dataset investigation: What to do when you get your data}
%\VignetteEngine{quarto::html}
Expand All @@ -12,10 +10,10 @@ vignette: >

## In Construction

```{r setup, include=FALSE}
```{r}
library(knitr)
library(quarto)
knitr::opts_knit$set(root.dir = './')
%knitr::opts_knit$set(root.dir = './')
```

# Introduction
Expand Down

0 comments on commit b5e33a4

Please sign in to comment.