Skip to content

Commit

Permalink
Add empty vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Ross committed Nov 28, 2023
1 parent 09596ac commit bb30577
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions vignettes/relic.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "relic"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{relic}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

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

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

0 comments on commit bb30577

Please sign in to comment.