Changelog
Source:NEWS.md
vpc 1.2.4
CRAN release: 2026-02-17
- replaced defunct dplyr functions (
group_by_(),arrange_(),do()) with modern equivalents (group_by(),arrange(),slice()) using.datapronoun - fixed Rd documentation: changed
\itemizewith incorrect\item{}syntax to\describewith proper\item{name}{description}format innew_vpc_theme() - removed broken
\link{sim_data}cross-references from documentation
vpc 1.2.2
CRAN release: 2021-01-11
- fixes to account for changes in magrittr pipe function
- added functionality and argument to handle scales
vpc 1.2.0
CRAN release: 2020-05-07
- fixes to account for tibble 3.0.0 release
- fixes in calls to msg()
- fixes auto_bin S3 methods / docs
- fix in labeler function
- fix arrange() in tte parser
- add conditional=FALSE option to vpc_tte
- fix censoring bug vpc_tte
- respect factor levels in order of facets
- added extra data checks
- fix misc typos