- Update
GeomShadowPath
andGeomGlowPath
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.
- Version 0.0.4 has a small fix to support the next version of
ggplot2
. The functionnew_data_frame
was removed fromggplot2
. It was replaced by an equivalent function from fromvctrs
.
- Version 0.0.2 is the initial CRAN release.