Skip to content

Commit

Permalink
vignettes: Try not using knitr options to avoid dependency on {markdown}
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Jun 7, 2023
1 parent aa87677 commit 37640cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
15 changes: 0 additions & 15 deletions vignettes/Introduction-to-SoilProfileCollection-Objects.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,6 @@ vignette: >
---

```{r setup, echo=FALSE, results='hide', warning=FALSE}
library(knitr, quietly = TRUE)
ogbmt <- getOption("bitmapType")
options(bitmapType = "cairo")
opts_chunk$set(
message = FALSE,
warning = FALSE,
background = '#F7F7F7',
fig.align = 'center',
tidy = FALSE,
verbose = FALSE,
collapse = TRUE,
dev = 'png',
comment = "#>"
)
options(width = 100, stringsAsFactors = FALSE, timeout = 600)
```

Expand Down
15 changes: 0 additions & 15 deletions vignettes/NCSP.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,6 @@ vignette: >
---

```{r setup, echo=FALSE, results='hide', warning=FALSE}
library(knitr, quietly = TRUE)
ogbmt <- getOption("bitmapType")
options(bitmapType = "cairo")
opts_chunk$set(
message = FALSE,
warning = FALSE,
background = '#F7F7F7',
fig.align = 'center',
tidy = FALSE,
verbose = FALSE,
collapse = TRUE,
dev = 'png',
comment = "#>"
)
options(width = 100, stringsAsFactors = FALSE, timeout = 600)
```

Expand Down
15 changes: 0 additions & 15 deletions vignettes/label-placement.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,6 @@ vignette: >
---

```{r setup, echo=FALSE, results='hide', warning=FALSE}
library(knitr, quietly = TRUE)
ogbmt <- getOption("bitmapType")
options(bitmapType = "cairo")
opts_chunk$set(
message = FALSE,
warning = FALSE,
background = '#F7F7F7',
fig.align = 'center',
tidy = FALSE,
verbose = FALSE,
collapse = TRUE,
dev = 'png',
comment = "#>"
)
options(width = 100, stringsAsFactors = FALSE, timeout = 600)
```

Expand Down

0 comments on commit 37640cd

Please sign in to comment.