Skip to content

Commit

Permalink
v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cturbelin committed Nov 2, 2023
1 parent 3dbe37d commit 215291a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ifnBase
Type: Package
Title: InfluenzaNet Data Analysis Base
Version: 0.6.4
Version: 0.6.5
Imports:
methods,
swMisc,
Expand All @@ -12,7 +12,7 @@ Imports:
utils,
stats
Depends:
R (>= 3.5.0)
R (>= 3.6.0)
Suggests:
cowplot,
tidyr (>= 1.0),
Expand All @@ -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

5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 215291a

Please sign in to comment.