From 27a3ac9dec74e296d47b734fd858933a25f1636d Mon Sep 17 00:00:00 2001 From: Ernest Guevarra Date: Sat, 6 Apr 2024 10:42:00 +0100 Subject: [PATCH 1/2] Increment version number to 0.1.2 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 458e906..229bbbc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: nipnTK Type: Package Title: National Information Platforms for Nutrition Anthropometric Data Toolkit -Version: 0.1.1.9000 +Version: 0.1.2 Authors@R: c( person(given = "Mark", family = "Myatt", diff --git a/NEWS.md b/NEWS.md index 82e4fd7..b9020bc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# nipnTK 0.1.2 + # nipnTK 0.1.1.9000 Second release of `nipnTK`. This is a GitHub-only development release. In this From eb0633b00ff8b669c34e2231c367b98565f2d45b Mon Sep 17 00:00:00 2001 From: Ernest Guevarra Date: Sat, 6 Apr 2024 10:50:21 +0100 Subject: [PATCH 2/2] prepare for github development minor release v0.1.2.9000 --- DESCRIPTION | 2 +- NEWS.md | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 229bbbc..2f29ec2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: nipnTK Type: Package Title: National Information Platforms for Nutrition Anthropometric Data Toolkit -Version: 0.1.2 +Version: 0.1.2.9000 Authors@R: c( person(given = "Mark", family = "Myatt", diff --git a/NEWS.md b/NEWS.md index b9020bc..3a7e983 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,23 @@ -# nipnTK 0.1.2 +# nipnTK 0.1.2.9000 + +Third release of `nipnTK`. This is a GitHub-only development release. In this +release: + +## Bug fixes + +* Resolved issue with `ageRatioTest()` not working properly when age has +missing values + +* Resolved issue with `ageRatioTest()` not providing appropriate results when +age values are numeric + +## General updates + +* added `pkgdown` GitHub Actions workflow to deploy website via `gh-pages` +branch + +* updated documentation for `ageRatioTest()` + # nipnTK 0.1.1.9000