Changes in version 1.2.4 (2026-02-17) - replaced defunct dplyr functions (group_by_(), arrange_(), do()) with modern equivalents (group_by(), arrange(), slice()) using .data pronoun - fixed Rd documentation: changed \itemize with incorrect \item{} syntax to \describe with proper \item{name}{description} format in new_vpc_theme() - removed broken \link{sim_data} cross-references from documentation Changes in version 1.2.3 - a major code refactoring occurred (fix #5) - the ID column may now be a factor (fix #75) - updates to work with ggplot2 version 3.4.0 Changes in version 1.2.2 (2021-01-11) - fixes to account for changes in magrittr pipe function - added functionality and argument to handle scales Changes in version 1.2.1 (2020-06-01) - fixes to account for dplyr 1.0.0 release Changes in version 1.2.0 (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 Changes in version 1.1.0 (2018-08-27) - introduce S3 method for main vpc function to support use from nlmixr - minor fixes Changes in version 1.0.1 (2018-01-23) - minor fixes in vpc functions - updates test to include tolerance Changes in version 1.0.0 (2017-09-22) - Initial release version