1- # Colors should stay consistent across epipredict, epiprocess, and epidatr,
2- # using Carnegie Red
3- # https://www.cmu.edu/brand/brand-guidelines/visual-identity/colors.html
4-
5- # This is to give a default value to the `mode` parameter in the
6- # `pkgdown::build_site` function. This is useful when building the site locally,
7- # as it will default to `devel` mode. In practice, this should all be handled
8- # dynamically by the CI/CD pipeline.
91development :
102 mode : devel
11- version_label : success
123
134template :
14- bootstrap : 5
15- bootswatch : cosmo
16- bslib :
17- font_scale : 1.0
18- primary : " #C41230"
19- success : " #B4D43C"
20- link-color : " #C41230"
21-
22- navbar :
23- bg : primary
24- type : light
5+ package : delphidocs
256
267url : https://cmu-delphi.github.io/epiprocess/
278
289home :
2910 links :
30- - text : Introduction to Delphi's Tooling Work
31- href : https://cmu-delphi.github.io/delphi-tooling-book/
32- - text : Get the epipredict R package
11+ - text : The epipredict package
3312 href : https://cmu-delphi.github.io/epipredict/
34- - text : Get the epidatr R package
35- href : https://github.com/cmu-delphi/epidatr
36- - text : Get the epidatasets R package
37- href : https://cmu-delphi.github.io/epidatasets/
13+ sidebar :
14+ structure : [links, license, community, citation, authors, dev, related]
15+ components :
16+ related :
17+ title : Delphi packages and resources
18+ text : |
19+ * [The epidatr package](https://github.com/cmu-delphi/epidatr/)
20+ * [The epipredict package](https://cmu-delphi.github.io/epipredict/)
21+ * [The epidatasets package](https://cmu-delphi.github.io/epidatasets/)
22+ * [Introduction to Delphi's Tooling Work](https://cmu-delphi.github.io/delphi-tooling-book/)
3823
3924articles :
4025 - title : Using the package
@@ -54,10 +39,9 @@ articles:
5439
5540repo :
5641 url :
57- home : https://github.com/cmu-delphi/epiprocess/tree/main/
58- source : https://github.com/cmu-delphi/epiprocess/blob/main/
42+ home : https://github.com/cmu-delphi/epiprocess/
43+ source : https://github.com/cmu-delphi/epiprocess/
5944 issue : https://github.com/cmu-delphi/epiprocess/issues
60- user : https://github.com/
6145
6246reference :
6347 - title : " `epi_df` basics"
0 commit comments