We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f3c8f commit 06d85efCopy full SHA for 06d85ef
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: pollster
2
Type: Package
3
Title: Calculate Crosstab and Topline Tables of Weighted Survey Data
4
-Version: 0.1.5
+Version: 0.1.6
5
Author: John D. Johnson [aut, cre]
6
Maintainer: John D. Johnson <john.d.johnson@marquette.edu>
7
Description: Calculate common types of tables for weighted survey data.
NEWS.md
@@ -1,3 +1,6 @@
+# pollster 0.1.6
+* fix bug which lead to explicitly missing factor levels still being included in the "valid percent" column.
+
# pollster 0.1.5
* replace deprecated `forcats::fct_explicit_na` with `forcats::fct_na_value_to_level`
* require at least forcats v1.0.0
0 commit comments