BREAKING CHANGES
- The minimum needed R version is now bumped to 3.5.
BUG FIXES
- Fixed bug with truncated output about confidence interval distribution in
report()
.
- Hotfix release to fix failing tests and to unarchive package on CRAN.
BREAKING CHANGES
- The following functions have been removed from
{report}
and now live in{datawizard}
package:
Data wrangling helpers:
-
data_addprefix()
-
data_addsuffix()
-
data_findcols()
-
data_remove()
-
data_rename()
-
data_reorder()
Text formatting helpers:
-
format_text()
-
text_fullstop()
-
text_lastchar()
-
text_concatenate()
-
text_paste()
-
text_remove()
-
text_wrap()
MAJOR CHANGES
- Reporting participant's sex/gender information has improved (thanks to @drfeinberg, #212)
-
Separated sex and gender into different searches/columns
-
Sex is reported % female, % male, % other, % missing if any cases are missing
-
Gender is reported % Women, % Men, % Non-Binary, % missing if any cases are missing
-
Age reports % missing if any cases are missing.
- Maintenance release.
- Fixed issue with possibly wrong numbers in the
total
column fromreport_sample()
, when grouping variable contained missing values.
- Added support for models of class
ivreg
(ivreg).
- Initial release of the package.