From 215291a48f396ea2a28fe38848a92b02ecd2f0a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Turbelin?= Date: Thu, 2 Nov 2023 16:16:37 +0100 Subject: [PATCH] v0.6.5 --- DESCRIPTION | 7 +++---- NEWS.md | 5 +++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0250c5a..cd98396 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: ifnBase Type: Package Title: InfluenzaNet Data Analysis Base -Version: 0.6.4 +Version: 0.6.5 Imports: methods, swMisc, @@ -12,7 +12,7 @@ Imports: utils, stats Depends: - R (>= 3.5.0) + R (>= 3.6.0) Suggests: cowplot, tidyr (>= 1.0), @@ -38,8 +38,7 @@ Description: This package contains base functions to work with Influenzanet data License: GPL-3 Encoding: UTF-8 LazyData: true -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.3 VignetteBuilder: knitr NeedsCompilation: no Remotes: sentiweb/swMisc - diff --git a/NEWS.md b/NEWS.md index 39f41d8..4f69fe8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# ifnBase 0.6.5 + +* Handling new response mapping for `gender` (other) +* Improve error message when mapping key is missing (show keys besides the missing one to make easier to locate the problem) + # ifnBase 0.6.4 * Fix episode last & first strategy for factors, add unit test