Changelog
Source:NEWS.md
contrastable 1.1.0
CRAN release: 2025-11-23
New features
- New
print_contrasts()prints contrasts for the factor columns in a given dataframe - New option
contrastable.droplevelscontrols whether missing levels are automatically dropped
Minor improvements and fixes
- Example for
cumulative_split_code()now shows correct values -
set_contrasts()andenlist_contrasts()will now drop missing levels before applying contrasts to factor variables by default
Documentation
- Added get started vignette (vignette name: “contrastable”)
- Created pkgdown website, now linked in DESCRIPTION
- Citation and DOI updated following CRAN acceptance
- Docs for various functions tweaked
- Adjusted warning when no variables with more than 1 level are provided
- Depends R>=4.1 added to DESCRIPTION
contrastable 1.0.2
CRAN release: 2024-10-01
Accepted on CRAN: https://CRAN.R-project.org/package=contrastable.