Skip to content

Commit e48d665

Browse files
committed
Use pkgdown.yml to put articles in the correct order
1 parent e3d78b2 commit e48d665

File tree

5 files changed

+15
-1
lines changed

5 files changed

+15
-1
lines changed

R-packages/covidcast/_pkgdown.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ home:
99
- text: View the COVIDcast map
1010
href: https://covidcast.cmu.edu/
1111

12+
articles:
13+
- title: Using the package
14+
desc: Basic usage and examples.
15+
navbar: ~
16+
contents:
17+
- covidcast
18+
- plotting-signals
19+
- correlation-utils
20+
- multi-signals
21+
1222
reference:
1323
- title: Fetch data
1424
desc: Fetch signals and metadata from the COVIDcast API

R-packages/covidcast/vignettes/correlation-utils.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: 2. Computing signal correlations
3+
description: Calculate correlations over space and time between multiple signals.
34
output: rmarkdown::html_vignette
45
vignette: >
56
%\VignetteIndexEntry{2. Computing signal correlations}

R-packages/covidcast/vignettes/covidcast.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Get started with covidcast
3+
description: An introductory tutorial with examples.
34
output: rmarkdown::html_vignette
45
vignette: >
56
%\VignetteIndexEntry{Get started with covidcast}

R-packages/covidcast/vignettes/multi-signals.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: 3. Manipulating multiple signals
3+
description: Download multiple signals at once, and aggregate and manipulate them in various ways.
34
output: rmarkdown::html_vignette
45
vignette: >
56
%\VignetteIndexEntry{3. Manipulating multiple signals}

R-packages/covidcast/vignettes/plotting-signals.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: 1. Plotting and mapping signals
3+
description: Make custom time series plots, choropleth maps, and bubble plots of signals.
34
output: rmarkdown::html_vignette
45
vignette: >
56
%\VignetteIndexEntry{1. Plotting and mapping signals}
@@ -248,4 +249,4 @@ ggplot(df, aes(x = time_value, y = value)) +
248249
```
249250

250251
Again, we see that the combined indicator starts rising several days before the
251-
new COVID-19 cases do, an exciting phenomenon that Delphi is studying now.
252+
new COVID-19 cases do, an exciting phenomenon that Delphi is studying now.

0 commit comments

Comments
 (0)