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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mwanaApp
Title: mwana GUI
Version: 0.0.0
Version: 0.1.0
Authors@R:
person(given = "Tomás",
family = "Zaba",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ 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.0.0,
prevalence estimation_. R package version 0.1.0,
<https://github.com/mphimo/mwanaApp.git>.

A BibTeX entry for LaTeX users is
Expand All @@ -63,6 +63,6 @@ citation("mwanaApp")
title = {mwanaApp: A seamless graphical interface to the mwana R package for data wrangling, plausibility checks, and prevalence estimation},
author = {{Tomás Zaba}},
year = {2026},
note = {R package version 0.0.0},
note = {R package version 0.1.0},
url = {https://github.com/mphimo/mwanaApp.git},
}
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0",
note = "R package version 0.1.0",
url = "https://github.com/mphimo/mwanaApp.git"
)
)
Loading