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

Main #24

Merged
merged 2 commits into from
Apr 16, 2024
Merged

Main #24

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: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To get started, check out the [Quick Start](articles/ramnog.html) guide

# Packages

<table class="table table-bordered table table-hover table-condensed table-responsive" style="color: black; margin-left: auto; margin-right: auto;">
<table class="table table-bordered table table-hover table-condensed table-responsive" style="margin-left: auto; margin-right: auto;">
<thead>
<tr>
<th style="text-align:left;color: white !important;background-color: rgba(44, 62, 80, 255) !important;">
Expand Down Expand Up @@ -45,7 +45,7 @@ or inferences for each endpoint/outcome
</tr>
<tr>
<td style="text-align:left;">
[chefCriteria]((https://hta-pharma.github.io/chefCriteria/))
[chefCriteria](https://hta-pharma.github.io/chefCriteria/)
</td>
<td style="text-align:left;">
Collection of criteria that are used in AMNOG dossiers to determin when
Expand Down
12 changes: 12 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion pkgdown/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
font-weight: 700;
}
.text-muted {
color: var(--bs-navbar-brand-color) !important;
color: #8f9c9d !important;
}
Loading