Skip to content

Commit

Permalink
add vignette template
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsontom committed Sep 23, 2020
1 parent c7c2f89 commit f3159da
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.RData
.Ruserdata
cran_submission
inst/doc
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ RoxygenNote: 7.1.0
Suggests:
covr,
testthat,
tibble
tibble,
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
2 changes: 2 additions & 0 deletions vignettes/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.html
*.R
19 changes: 19 additions & 0 deletions vignettes/Introduction_to_metabolighteR.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Introduction_to_metabolighteR"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Introduction_to_metabolighteR}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

```{r setup}
library(metabolighteR)
```

0 comments on commit f3159da

Please sign in to comment.