Skip to content

Commit 36796d8

Browse files
committed
fix rmarkdown_eg.Rmd file, move yaml header to the top
1 parent 99291b8 commit 36796d8

File tree

2 files changed

+4
-38
lines changed

2 files changed

+4
-38
lines changed

inst/examples/rmarkdown_eg.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
```{r echo=FALSE}
2-
knitr::opts_knit$set(upload.fun = imgur_upload, base.url = NULL)
3-
```
4-
51
---
62
title: "Some plots and stuff"
73
author: "Foo Bar"
84
date: "June 30, 2015"
95
---
106

7+
```{r echo=FALSE}
8+
knitr::opts_knit$set(upload.fun = knitr::imgur_upload, base.url = NULL)
9+
```
10+
1111
```{r}
1212
library("ggplot2")
1313
```

inst/examples/rmarkdown_eg.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)