From 0bc27d038456365729c947b9240eb72fc61de2d1 Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Fri, 27 Oct 2023 09:33:10 +0000 Subject: [PATCH] #206 added new buttons to website --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ _pkgdown.yml | 9 +++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 196e2d99..1528899a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: admiralophtha Type: Package Title: ADaM in R Asset Library - Ophthalmology -Version: 0.3.0.9001 +Version: 0.3.0.9002 Authors@R: c( person("Edoardo", "Mancini", email = "edoardo.mancini@roche.com", role = c("aut", "cre")), person("Ritika", "Aggarwal", email = "ritika.aggarwal@novartis.com", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index 232e923e..d34030a4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,6 +9,10 @@ - Added release date for `{admiralophtha}` 1.0 to the front page (#203). - Removed `analysis_value` argument in the calls to `derive_param_computed()` in ADBCVA vignette in line with the deprecation of this argument in the new version of `{admiral}`. Variable values for parameters of interest are now all populated through the `set_values_to` argument (#207). +## Various + +- Website now has button/links to Slack channel and GitHub Issues (#206). + # admiralophtha 0.3.0 ## Updates to Functions diff --git a/_pkgdown.yml b/_pkgdown.yml index 4d461128..ad92ba98 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -91,6 +91,7 @@ reference: navbar: structure: left: [getstarted, reference, articles, news] + right: [search, slack, newissue, github] components: getstarted: text: Get Started @@ -109,3 +110,11 @@ navbar: href: articles/adbcva.html - text: Creating ADVFQ href: articles/advfq.html + slack: + icon: fa-slack + href: https://app.slack.com/client/T028PB489D3/C02M8KN8269 + aria-label: Slack + newissue: + icon: fa-bug + href: https://github.com/pharmaverse/admiralophtha/issues/new/choose + aria-label: New Issue