Skip to content

Commit

Permalink
adding vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
blessingofori-atta committed Nov 19, 2024
1 parent 033ad9a commit e948f67
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(egpkg)
```

0 comments on commit e948f67

Please sign in to comment.