Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for GitHub development release v0.1.2.9000 #59

Merged
merged 2 commits into from
Apr 6, 2024
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,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.9000
Authors@R: c(
person(given = "Mark",
family = "Myatt",
Expand Down
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 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

Second release of `nipnTK`. This is a GitHub-only development release. In this
Expand Down