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.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] 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; }