From 104bf62f6e34562ff379efaf00a6dc519f42817d Mon Sep 17 00:00:00 2001 From: tomaszaba Date: Sat, 16 May 2026 14:42:47 +0200 Subject: [PATCH 1/5] update hyperlinks; fix #42 --- inst/app/ui.R | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/inst/app/ui.R b/inst/app/ui.R index c80934b..23e0352 100644 --- a/inst/app/ui.R +++ b/inst/app/ui.R @@ -31,7 +31,7 @@ ui <- tagList( style = "margin-right: 10px; font-family: Arial, sans-serif; font-size: 50px;" ), tags$a( - href = "https://nutriverse.io/mwana/", + href = "https://mphimo.github.io/mwana/", tags$span( tags$img(src = "logo.png", height = "40px"), style = "margin-right: 20px;" @@ -87,13 +87,13 @@ ui <- tagList( tags$h3( style = "marging: 0; font-weight: bold;", "A seamless graphical interface to the mwana R package for data - wrangling, plausibility checks, and prevalence estimation" + wrangling, plausibility checks, and prevalence estimation of wasting" ) ), ##### Right side: logo ---- tags$a( - href = "https://nutriverse.io/mwana/", + href = "https://mphimo.github.io/mwana/", tags$img( src = "logo.png", height = "160px", @@ -117,7 +117,7 @@ ui <- tagList( by automating key steps of the R package ", tags$a( - href = "https://nutriverse.io/mwana/", + href = "https://mphimo.github.io/mwana/", tags$code("mwana") ), "for non-R users." ), @@ -312,8 +312,8 @@ ui <- tagList( tags$code("Age categories (6-23 and 24-59)"), "input field. This ensures that MUAC-based prevalence gets age-weighted whenever there is excess of children in the 6-23' category.", "Read more", - tags$a("here", href = "https://nutriverse.io/mwana/dev/reference/age_ratio.html"), - "and", tags$a("here", href = "https://nutriverse.io/mwana/dev/articles/prevalence.html#sec-prevalence-muac"), + tags$a("here", href = "https://mphimo.github.io/mwana/dev/reference/age_ratio.html"), + "and", tags$a("here", href = "https://mphimo.github.io/mwana/dev/articles/prevalence.html#sec-prevalence-muac"), "." ), tags$p( From 7c82791e6a5d4cc4054106e3bb16e265631b43f3 Mon Sep 17 00:00:00 2001 From: tomaszaba Date: Sat, 16 May 2026 14:46:01 +0200 Subject: [PATCH 2/5] Increment version number to 0.2.1 --- DESCRIPTION | 2 +- NEWS.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 61ca0f4..2f6c5cb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: mwanaApp Title: mwana GUI -Version: 0.2.0 +Version: 0.2.1 Authors@R: person(given = "Tomás", family = "Zaba", diff --git a/NEWS.md b/NEWS.md index 5b7bcc2..f26b870 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# mwanaApp 0.2.1 + +### Bug fixes + ++ Resolved an issue where hyperlinks in the app were directing users to a +non‑existent page. + # mwanaApp 0.2.0 ### New features ✨ From abb03808df1cc5315489d9d59fa442fa5cabcb42 Mon Sep 17 00:00:00 2001 From: tomaszaba Date: Sat, 16 May 2026 14:46:40 +0200 Subject: [PATCH 3/5] update citation --- inst/CITATION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/CITATION b/inst/CITATION index 56e6169..dd0b7b2 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -4,6 +4,6 @@ bibentry( title = "mwanaApp: A seamless graphical interface to the mwana R package for data wrangling, plausibility checks, and prevalence estimation", author = person("Tomás Zaba"), year = 2026, - note = "R package version 0.2.0", + note = "R package version 0.2.1", url = "https://github.com/mphimo/mwanaApp" ) From 8a42ee712a692d82d11fa55fee44fd87aa6b13e9 Mon Sep 17 00:00:00 2001 From: tomaszaba Date: Sat, 16 May 2026 14:56:18 +0200 Subject: [PATCH 4/5] update citation; title; and version of RoxygenNote --- DESCRIPTION | 2 +- README.md | 6 +++--- inst/CITATION | 2 +- man/module-id.Rd | 3 ++- man/mwanaApp-package.Rd | 5 +++++ 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2f6c5cb..d111fbc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,7 +15,7 @@ Encoding: UTF-8 LazyData: true Language: en-GB Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.3 +RoxygenNote: 8.0.0 URL: https://github.com/mphimo/mwanaApp, https://mphimo.github.io/mwanaApp/ BugReports: https://github.com/mphimo/mwanaApp/issues Imports: diff --git a/README.md b/README.md index 118ca03..29d41c6 100644 --- a/README.md +++ b/README.md @@ -54,15 +54,15 @@ citation("mwanaApp") Tomás Zaba (2026). _mwanaApp: A seamless graphical interface to the mwana R package for data wrangling, plausibility checks, and - prevalence estimation_. R package version 0.2.0, + prevalence estimation of wasting_. R package version 0.2.1, . A BibTeX entry for LaTeX users is @Manual{, - title = {mwanaApp: A seamless graphical interface to the mwana R package for data wrangling, plausibility checks, and prevalence estimation}, + title = {mwanaApp: A seamless graphical interface to the mwana R package for data wrangling, plausibility checks, and prevalence estimation of wasting}, author = {{Tomás Zaba}}, year = {2026}, - note = {R package version 0.2.0}, + note = {R package version 0.2.1}, url = {https://github.com/mphimo/mwanaApp}, } diff --git a/inst/CITATION b/inst/CITATION index dd0b7b2..ccf4fdb 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,7 +1,7 @@ bibentry( bibtype = "Manual", header = "To cite mwanaApp in publications use:", - title = "mwanaApp: A seamless graphical interface to the mwana R package for data wrangling, plausibility checks, and prevalence estimation", + title = "mwanaApp: A seamless graphical interface to the mwana R package for data wrangling, plausibility checks, and prevalence estimation of wasting", author = person("Tomás Zaba"), year = 2026, note = "R package version 0.2.1", diff --git a/man/module-id.Rd b/man/module-id.Rd index 9de5a4b..82e48eb 100644 --- a/man/module-id.Rd +++ b/man/module-id.Rd @@ -1,5 +1,6 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/module-data-upload.R, R/module-data-wrangling.R +% Please edit documentation in R/module-data-upload.R, +% R/module-data-wrangling.R \name{module_ui_upload} \alias{module_ui_upload} \alias{module_server_upload} diff --git a/man/mwanaApp-package.Rd b/man/mwanaApp-package.Rd index c61da53..180f19b 100644 --- a/man/mwanaApp-package.Rd +++ b/man/mwanaApp-package.Rd @@ -20,5 +20,10 @@ Useful links: \author{ \strong{Maintainer}: Tomás Zaba \email{tomas.zaba@outlook.com} (\href{https://orcid.org/0000-0002-7079-3574}{ORCID}) [copyright holder] +Authors: +\itemize{ + \item Tomás Zaba \email{tomas.zaba@outlook.com} (\href{https://orcid.org/0000-0002-7079-3574}{ORCID}) [copyright holder] +} + } \keyword{internal} From 19b02c48b989c68b0a0e03a6cefd9d2f8b962352 Mon Sep 17 00:00:00 2001 From: tomaszaba Date: Sat, 16 May 2026 14:57:21 +0200 Subject: [PATCH 5/5] update package description --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index d111fbc..0f4bb1e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,7 +9,7 @@ Authors@R: comment = c(ORCID = "0000-0002-7079-3574") ) Description: A seamless graphical interface to the mwana R package for data - wrangling, plausibility checks, and prevalence estimation. + wrangling, plausibility checks, and prevalence estimation of wasting. License: GPL (>= 3) Encoding: UTF-8 LazyData: true