Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 956 Bytes

NEWS.md

File metadata and controls

15 lines (10 loc) · 956 Bytes

ggshadow development

  • Update GeomShadowPath and GeomGlowPath to support the linewidth parameter for ggplot2 following the guidance from Thomas Lin Pedersen in this blog post.
  • Remove calls to getFromNamespace (following the recommendation in this blog post to copy code directly into the package) for non-exported functions from ggplot2.
  • Add cli to Imports.
  • Replace markdown README with README.Rmd file.
  • Add Eli Pousson to contributors.

ggshadow 0.0.4

  • Version 0.0.4 has a small fix to support the next version of ggplot2. The function new_data_frame was removed from ggplot2. It was replaced by an equivalent function from from vctrs.

ggshadow 0.0.2

  • Version 0.0.2 is the initial CRAN release.