Skip to contents

ggpointless 0.2.0

New features

Breaking changes

  • The bundled (but outdated) datasets co2_ml, covid_vac, and female_leaders have been removed from the package. These datasets can be obtained from their
    original sources: Mauna Loa CO2, CDC vaccination data, and Wikipedia female leaders, respectively. The vignette("examples") that showcased these datasets has been removed alongside them.

Improvements

  • The package now requires R >= 4.2.0 and ggplot2 >= 4.0.0. Several geoms take (mostly internal) advantage of new ggplot2 features such as make_constructor(), and gg_par().

  • Messages and errors across the package have been migrated to the cli and rlang packages, giving consistent, hyperlink-aware output.

  • geom_catenary() gained a vectorized chain_length argument and deprecated chainLength instead (#4).

  • stat_catenary() no longer wrongfully removes data points when the upper limit in ylim() is set to the maximum y-value of the dataset (#1).

ggpointless 0.1.0

CRAN release: 2024-02-08

ggpointless 0.0.3

CRAN release: 2022-08-25

ggpointless 0.0.2

CRAN release: 2022-06-08

ggpointless 0.0.1

CRAN release: 2022-03-08