Changes in version 0.1.10 Major changes - cd - add crosstab_from_list() for crosstab generation with optional within-group percentages - cd - add vignette and tests for crosstab_from_list() - axis - fix xnb=length(nb) bug in trans_composition() (distinct-value guard was never triggered) - axis - replace deprecated scales functions (identity_trans, trans_new) with new_transform() - axis - remove unused imports (approxfun, log_trans, log_breaks) - axis - fix NA error message typo; add input validation tests - time - replace deprecated aes_string() calls with aes(.data[[...]]) in time plot functions - docs - fix typos and grammar in vignettes Changes in version 0.1.9 (2025-02-28) Major changes - merge test pr for ggplot compatibility - fix notes from devtools::check() Changes in version 0.1.8 (2022-10-20) Major changes - bill - add comparison between 2 tables Changes in version 0.1.7 (2022-10-12) Major changes - text - add length restriction option - text - add functions for name, address, and slashes - bill - add cross-count between multiple bill tables Changes in version 0.1.6 (2022-02-04) Major changes - axis - add demo to change line type in line plots with trans axis - axis - add vignette to explain Changes in version 0.1.5 Major changes - pkg - Add site docs using pkgdown - axis - Add loglinear transformation - axis - Fix max unique values - axis - Fix min loglinear value - time - add event plot - time - add compact option - time - add end of interval options - time - add color column Changes in version 0.1.1 (2021-11-16) Major changes - time - Add format converter - time - Add interval plot - time - Fix interval plot overlapping - color - Fix accepting length 9 color strings - axis - Fix Inf issue Changes in version 0.1.0 (2021-11-02) Major changes - Added a NEWS.md file to track changes to the package. - Added tests - html - Added functions for text formatting in Markdown or Shiny. - color - Added functions for color selection and testing. - color - Added support for color alpha - axis - Added transformer to adjust axis for time related data