Skip to content

Commit 46106fd

Browse files
committed
Adding na-notebook vignette to pkgdown articles
1 parent 98620f7 commit 46106fd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

_pkgdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ articles:
3232
- outliers
3333
- growth_rate
3434
- correlation
35+
- na-notebook
3536

3637
- title: Developer
3738
contents:

vignettes/na-notebook.Rmd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: "Handling Missing Data in Epi Signals"
3-
author: "Ryan Nayebi"
4-
date: "`r Sys.Date()`"
5-
output: rmarkdown::html_vignette
2+
title: "na-notebook"
3+
output:
4+
pdf_document: default
5+
html_document: default
6+
date: "2024-08-19"
67
---
78

89
```{r setup, warning=FALSE, echo=FALSE}

0 commit comments

Comments
 (0)