Skip to content

Releases: davidchall/ggip

ggip 0.3.2

04 Apr 05:19
Compare
Choose a tag to compare

Fix for CRAN checks.

ggip 0.3.1

14 Jan 15:54
Compare
Choose a tag to compare
  • Compatible with ipaddress 1.0.0.

ggip 0.3.0

10 Nov 01:39
Compare
Choose a tag to compare
  • Compatible with latest {ggplot2}. 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

29 Sep 15:27
Compare
Choose a tag to compare

Minor changes for compatibility with latest {tidyselect}.

ggip 0.2.1

13 Aug 23:20
Compare
Choose a tag to compare

Resolve CRAN check notes about HTML5 by upgrading to latest {roxygen}.

ggip 0.2.0

11 Oct 04:58
Compare
Choose a tag to compare
  • 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

25 Sep 15:09
Compare
Choose a tag to compare

First CRAN release.

  • coord_ip() provides a unified mapping from IP address space to the 2D grid.
  • stat_summary_address() summarizes IP addresses on a heatmap.
  • theme_ip_light() and theme_ip_dark() offer sensible default theming for ggip plots.