Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
markdown to suggests; use vignette-engine rmarkdown instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 7, 2020
1 parent 7ff6d84 commit 731c48d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Suggests:
testthat,
knitr,
rmarkdown,
markdown,
vcr
VignetteBuilder: knitr
RoxygenNote: 7.1.1
5 changes: 2 additions & 3 deletions vignettes/pleiades.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
%\VignetteEngine{knitr::knitr}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteIndexEntry{pleiades introduction}
%\VignetteEncoding{UTF-8}
-->
Expand Down Expand Up @@ -29,8 +29,7 @@ Dev version


```r
install.packages("devtools")
devtools::install_github("ropensci/pleiades")
remotes::install_github("ropensci/pleiades")
```


Expand Down
2 changes: 1 addition & 1 deletion vignettes/pleiades.Rmd.og
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
%\VignetteEngine{knitr::knitr}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteIndexEntry{pleiades introduction}
%\VignetteEncoding{UTF-8}
-->
Expand Down

0 comments on commit 731c48d

Please sign in to comment.