questionr
R package questionr by juba — release notes from GitHub.
questionr's survey helpers are finished; recent releases only keep pace with R-devel.
◆Recent moves
- 6mo ago
R-devel test fix for NA naming in tables
Fixes tests failing under R-devel after a change to how NA is named in tables. Compatibility upkeep with no user-facing change.
View source ↗ - 1y ago
R-devel test fix for table subset classes
Fixes tests failing under R-devel after changes to class attribution on table subsets. The same category of upstream churn as the release that followed it.
View source ↗ - 1y ago
freqtable added; proportion tables handle three or more dimensions
Adds freqtable(), extends prop(), cprop() and rprop() to tables of three or more dimensions, and moves irec() and iorder() onto the native pipe and fct_na_value_to_level(). The last release with functional content.
View source ↗ - 3y ago
Addins handle non-syntactic variable names
Fixes errors in iorder(), icut() and irec() when a variable name is not syntactically valid. A single-issue patch.
View source ↗ - 4y ago
forcats errors on numeric variables fixed
Fixes errors in iorder() and irec() when reordering or recoding numeric variables with forcats. Published within a minute of 0.7.6 as part of one backfilled batch.
View source ↗ - 4y ago
icut default changed; rp2018 dataset replaces rp99
Changes the include.lowest default in icut() to TRUE, restyles the recoding addins for tidyverse conventions, and swaps the rp99 dataset for rp2018. The default change quietly alters results for anyone relying on the old binning.
View source ↗