From 772f4bbe2c9f854a3bd68b5f97e81dcf49589a05 Mon Sep 17 00:00:00 2001 From: Matthew Phelps Date: Tue, 16 Apr 2024 08:54:11 +0200 Subject: [PATCH 1/2] fix link to chefCriteria --- README.Rmd | 4 ++-- README.md | 4 ++-- pkgdown/extra.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index 40899b3..9697f7d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -23,7 +23,7 @@ To get started, check out the [Quick Start](articles/ramnog.html) guide library(kableExtra) library(data.table) dt <- data.table::data.table( - Package = c("[chef](https://hta-pharma.github.io/chef/)", "[chefStats](https://hta-pharma.github.io/chefStats/)", "[chefCriteria]((https://hta-pharma.github.io/chefCriteria/))", "[ramnog]((https://hta-pharma.github.io/ramnog/))"), + Package = c("[chef](https://hta-pharma.github.io/chef/)", "[chefStats](https://hta-pharma.github.io/chefStats/)", "[chefCriteria](https://hta-pharma.github.io/chefCriteria/)", "[ramnog]((https://hta-pharma.github.io/ramnog/))"), Description = c( "Core package that aids in creating endpoint specifications, builds the analysis pipeline, and coordinates the execution of the ananlyses", "Collection of statistical methods that are used to make summarizations or inferences for each endpoint/outcome", @@ -35,7 +35,7 @@ dt <- data.table::data.table( dt |> kable(format = "html", table.attr = "class='table table-bordered'") |> kable_styling(bootstrap_options = c("hover", "condensed", "responsive")) |> - row_spec(0, background = "#2C3E50", color="white") + row_spec(0, background = "#2C3E50", color = "white") ``` # Aim diff --git a/README.md b/README.md index 9a7c246..fcfb8fb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To get started, check out the [Quick Start](articles/ramnog.html) guide # Packages - +
@@ -45,7 +45,7 @@ or inferences for each endpoint/outcome
-[chefCriteria]((https://hta-pharma.github.io/chefCriteria/)) +[chefCriteria](https://hta-pharma.github.io/chefCriteria/) Collection of criteria that are used in AMNOG dossiers to determin when diff --git a/pkgdown/extra.css b/pkgdown/extra.css index 8df263e..0d925e7 100644 --- a/pkgdown/extra.css +++ b/pkgdown/extra.css @@ -4,5 +4,5 @@ font-weight: 700; } .text-muted { - color: var(--bs-navbar-brand-color) !important; + color: #8f9c9d !important; } From c107010a077a71e7e0458cd6b65c47839df664a4 Mon Sep 17 00:00:00 2001 From: Matthew Phelps Date: Tue, 16 Apr 2024 13:22:16 +0200 Subject: [PATCH 2/2] Add home links --- _pkgdown.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_pkgdown.yml b/_pkgdown.yml index 6477e46..c7d286c 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -3,6 +3,18 @@ template: bootstrap: 5 bootswatch: flatly +home: + links: + - text: HTA-R openstatsware workstream + href: https://www.openstatsware.org/hta_page.html + - text: ramnog + href: https://hta-pharma.github.io/ramnog/ + - text: chefStats + href: https://hta-pharma.github.io/chefStats/ + - text: chefCriteria + href: https://hta-pharma.github.io/chefCriteria + + navbar: structure: left: [intro, articles, contributing]