Skip to content

Commit d635b50

Browse files
committed
Do not use custom output prefix
As this breaks pkgdown styling: ropensci-org/rotemplate#56
1 parent bcfb2c3 commit d635b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/intro.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ vignette: >
1616

1717
```{r, echo = FALSE, message = FALSE}
1818
library(tibble)
19-
knitr::opts_chunk$set(comment = "")
19+
#knitr::opts_chunk$set(comment = "")
2020
has_nld <- "nld" %in% tesseract::tesseract_info()$available
2121
```
2222

0 commit comments

Comments
 (0)