Skip to content

Commit 4e22d6e

Browse files
committed
Fix source links in pkgdown documentation
By providing the `repo` block with a link pointing to R-packages/covidcast/, pkgdown can build the correct URLs.
1 parent 5cef979 commit 4e22d6e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

R-packages/covidcast/_pkgdown.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ articles:
1919
- correlation-utils
2020
- multi-signals
2121

22+
repo:
23+
url:
24+
home: https://github.com/cmu-delphi/covidcast/tree/main/R-packages/covidcast
25+
source: https://github.com/cmu-delphi/covidcast/blob/main/R-packages/covidcast/
26+
issue: https://github.com/cmu-delphi/covidcast/issues
27+
user: https://github.com/
28+
2229
reference:
2330
- title: Fetch data
2431
desc: Fetch signals and metadata from the COVIDcast API

0 commit comments

Comments
 (0)