plot_line_trend(), plot_column_label(),
pretty_number(), setup_benvi_fonts(), and get_poppins_variants().benvi_colors(), list_colors(), and list_palettes().
Use show_palettes() for palette exploration.check_poppins_installed() is now an internal function.ggfittext and systemfonts moved to Suggests; forcats,
lifecycle, and scales removed from Imports.show_palettes() gains a "diverging" type and pattern-based name filtering.getting-started); removed color-palettes, plot-functions,
themes-and-styling, and font-setup vignettes.pretty_number() to format_num_br(). The old name is soft-deprecated and
will be removed in a future release.plot_column() gains three new parameters: text_inside (renders labels inside bars
via ggfittext), text_place, and text_padding.plot_column_label() deprecated. Use plot_column(text_inside = TRUE) instead.plot_line_trend() deprecated. Use geom_smooth() or manual trend lines instead.sales_report: zone-level rental price data with listing vs contract prices
(272 rows).plot_scatter() gains a fit_color parameter for custom trend line colors.theme_benvi() now uses relative font sizes and adds plot margins for better spacing.iqa updated: added index column; renamed columns for consistency.iqaiw updated: added rooms column.Replaced the showtext-based font system with a systemfonts/ragg stack, eliminating DPI mismatch issues in font rendering.
showtext and sysfonts dependencies.import_fonts(). Use install_poppins() instead.install_poppins(): download and install Poppins system-wide (one-time setup).check_poppins_installed(): check if Poppins is available.font_status(): report font setup status and recommendations.ggsave_benvi(): wrapper around ggsave() that uses the ragg device for PNG files
when available; defaults to 300 DPI.theme_benvi() automatically falls back to "sans" if Poppins is not installed.First official stable release.
scale_color_benvi_d(), scale_fill_benvi_d(),
scale_color_benvi_c(), scale_fill_benvi_c().plot_line(), plot_column(), plot_scatter(), plot_area(),
plot_histogram().theme_benvi() with Poppins font support.iqa, iqaiw.All palettes were renamed with descriptive names. Selected renames:
| Old | New |
|----------------|---------------|
| Set0 | grays |
| Seq3 | seq_greens |
| Qual5 | qual_5 |
| index_blue | benvi_blue |
| Basic | basic |
Set0-7, Seq0-7, Qual1-9 replaced with
descriptive names). Added benvi_colors(), list_palettes(), show_palettes().iqaiw dataset.pal parameter to palette
in all plot functions.iqa_region dataset; added legal disclaimers; updated dependencies.ggfittext integration for text fitting in plots.import_fonts() for manual font management.Initial release with core color palette system, ggplot2 scales, plot helpers, and
theme_benvi().