Skip to content
Merged
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
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -9,13 +9,13 @@ 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
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:
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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 ✨
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
<https://github.com/mphimo/mwanaApp>.

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},
}
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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.0",
note = "R package version 0.2.1",
url = "https://github.com/mphimo/mwanaApp"
)
12 changes: 6 additions & 6 deletions inst/app/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
Expand Down Expand Up @@ -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",
Expand All @@ -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."
),
Expand Down Expand Up @@ -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(
Expand Down
3 changes: 2 additions & 1 deletion man/module-id.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions man/mwanaApp-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading