Skip to contents

ggip (development version)

ggip 0.3.2

CRAN release: 2023-04-04

Fix for CRAN checks.

ggip 0.3.1

CRAN release: 2023-01-14

Compatible with ipaddress 1.0.0.

ggip 0.3.0

CRAN release: 2022-11-09

  • Compatible with ggplot2 3.4.0. This introduced a breaking change, where an aesthetic of geom_hilbert_outline() was renamed from size to linewidth.
  • Use {cli} to format error messages.

ggip 0.2.2

CRAN release: 2022-09-29

Compatible with tidyselect 1.2.0.

ggip 0.2.1

CRAN release: 2022-08-13

Fix for CRAN checks.

ggip 0.2.0

CRAN release: 2020-10-11

  • A new layer geom_hilbert_outline() can overlay the outline of the Hilbert curve. This can guide the eye to regions that are close in IP address space (#16).
  • Improved performance of stat_summary_address(), by using an alternative check for missing values (#15).
  • stat_summary_address() now removes data that were not mapped to the 2D grid (because the address was outside the visualized network). A warning is generated by default, which can be disabled using the na.rm argument. This new behavior is consistent with that of native ggplot2 layers (#15).

ggip 0.1.0

CRAN release: 2020-09-25

First CRAN release.