Skip to content

Commit

Permalink
Adding the vignette infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Nov 19, 2024
1 parent bcf104f commit 9272f6b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
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/not-cool-package.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "not-cool-package"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{not-cool-package}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

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

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

0 comments on commit 9272f6b

Please sign in to comment.