Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 21: fix typo in theme, add nav bar structure #22

Merged
merged 3 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Description: Provides functions for nowcasting right-truncated epidemiological
data, based heavily on the method implemented in
https://github.com/KITmetricslab/RESPINOW-Hub/tree/main/code/baseline
License: MIT + file LICENSE
URL: https://github.com/epinowcast/baselinenowcast/
URL: https://baselinenowcast.epinowcast.org, https://github.com/epinowcast/baselinenowcast/
BugReports: https://github.com/epinowcast/baselinenowcast/issues
Depends:
R (>= 4.0.0)
Expand All @@ -44,6 +44,8 @@ Suggests:
withr,
knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Expand Down
5 changes: 4 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://baselinenowcast.epinowcast.org/
template:
pacakge: enwtheme
package: enwtheme
math-rendering: mathjax


Expand All @@ -9,8 +9,11 @@ development:

navbar:
structure:
left: [intro, metareference, news]
right: [search, github, lightswitch]
components:
metareference:
text: Reference

home:
title: Baseline nowcast for right-truncated epidemiological data
Loading