From c6eeea84e8cc5a0e3bbe832b8b29f0ac0a1bf163 Mon Sep 17 00:00:00 2001 From: Kaitlyn Johnson Date: Tue, 4 Feb 2025 11:09:47 +0000 Subject: [PATCH 1/3] fix typo in theme, add nav bar structure --- DESCRIPTION | 4 +++- _pkgdown.yml | 8 +++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fc1cc94..1efefc0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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) @@ -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 diff --git a/_pkgdown.yml b/_pkgdown.yml index 8fa613e..5b5d22f 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,6 +1,6 @@ url: https://baselinenowcast.epinowcast.org/ template: - pacakge: enwtheme + package: enwtheme math-rendering: mathjax @@ -9,8 +9,14 @@ development: navbar: structure: + left: [intro, metareference, news] right: [search, github, lightswitch] components: + metareference: + text: Reference + menu: + - text: R reference + href: reference/index.html home: title: Baseline nowcast for right-truncated epidemiological data From 879e0002aadb9c80cc693c383e00edacdee423fc Mon Sep 17 00:00:00 2001 From: Kaitlyn Johnson Date: Tue, 4 Feb 2025 11:24:34 +0000 Subject: [PATCH 2/3] fix typo in decription --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1efefc0..960e8b9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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:://baselinenowcast.epinowcast.org, 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) From c404e6fbfa3f95279a52c4ee41237ee797c4f1ec Mon Sep 17 00:00:00 2001 From: Kaitlyn Johnson Date: Tue, 4 Feb 2025 11:39:54 +0000 Subject: [PATCH 3/3] remove menu since there will be no stan reference --- _pkgdown.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 5b5d22f..f631a9c 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -14,9 +14,6 @@ navbar: components: metareference: text: Reference - menu: - - text: R reference - href: reference/index.html home: title: Baseline nowcast for right-truncated epidemiological data