Skip to content

Commit c3f8921

Browse files
committed
update pkgdown for new template
1 parent a3fd0f7 commit c3f8921

File tree

3 files changed

+19
-26
lines changed

3 files changed

+19
-26
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ inst/doc
99
/Meta/
1010
.Rprofile
1111
renv.lock
12-
renv/
12+
renv/

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Authors@R: c(
66
person("Ryan", "Tibshirani", , "[email protected]", role = "aut"),
77
person("Dmitry", "Shemetov", email = "[email protected]", role = "aut"),
88
person("David", "Weber", email = "[email protected]", role = "aut"),
9-
person("CMU's Delphi Research Group", role = c("cph", "fnd")),
9+
person("Delphi Research Group", role = c("cph", "fnd")),
1010
person("Logan", "Brooks", role = "aut"),
1111
person("Rachel", "Lobay", role = "aut"),
1212
person("Maggie", "Liu", role = "ctb"),
@@ -70,8 +70,10 @@ VignetteBuilder:
7070
Remotes:
7171
cmu-delphi/epidatr,
7272
cmu-delphi/epiprocess,
73+
cmu-delphi/delphidocs
7374
dajmcdon/smoothqr
7475
Config/testthat/edition: 3
76+
Config/Needs/website: cmu-delphi/delphidocs
7577
Encoding: UTF-8
7678
LazyData: true
7779
Roxygen: list(markdown = TRUE)

_pkgdown.yml

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,10 @@ url: https://cmu-delphi.github.io/epipredict/
66
# dynamically by the CI/CD pipeline.
77
development:
88
mode: devel
9-
version_label: success
9+
version_label: danger
1010

1111
template:
12-
bootstrap: 5
13-
bootswatch: cosmo
14-
bslib:
15-
font_scale: 1.0
16-
primary: "#C41230"
17-
success: "#B4D43C"
18-
link-color: "#C41230"
19-
20-
navbar:
21-
bg: primary
22-
type: light
12+
package: delphidocs
2313

2414
articles:
2515
- title: Get started
@@ -39,23 +29,24 @@ articles:
3929

4030
repo:
4131
url:
42-
home: https://github.com/cmu-delphi/epipredict/tree/main/
43-
source: https://github.com/cmu-delphi/epipredict/blob/main/
32+
home: https://github.com/cmu-delphi/epipredict/
33+
source: https://github.com/cmu-delphi/epipredict/
4434
issue: https://github.com/cmu-delphi/epipredict/issues
45-
user: https://github.com/
4635

4736
home:
4837
links:
49-
- text: Introduction to Delphi's Tooling Work
50-
href: https://cmu-delphi.github.io/delphi-tooling-book/
51-
- text: The epiprocess R package
38+
- text: The epiprocess package
5239
href: https://cmu-delphi.github.io/epiprocess/
53-
- text: The epidatr R package
54-
href: https://github.com/cmu-delphi/epidatr/
55-
- text: The epidatasets R package
56-
href: https://cmu-delphi.github.io/epidatasets/
57-
- text: The covidcast R package
58-
href: https://cmu-delphi.github.io/covidcast/covidcastR/
40+
sidebar:
41+
structure: [links, license, community, citation, authors, related, dev]
42+
components:
43+
related:
44+
title: Delphi packages and resources
45+
text: |
46+
* [The epidatr package](https://github.com/cmu-delphi/epidatr/)
47+
* [The epiprocess package](https://cmu-delphi.github.io/epiprocess/)
48+
* [The epidatasets package](https://cmu-delphi.github.io/epidatasets/)
49+
* [Introduction to Delphi's Tooling Work](https://cmu-delphi.github.io/delphi-tooling-book/)
5950
6051
reference:
6152
- title: Simple forecasters

0 commit comments

Comments
 (0)