Changelog
Source:NEWS.md
ggbraid 0.2.3
Fix error when using
geom_braid(..., na.rm = FALSE)
in combination withfacet_grid()
.Fix error in
compute_layer()
that may arise when usinggeom_braid(..., na.rm = NA)
.Fix HTML validation problems.
Convert vignettes to articles so they appear on the pkgdown website but are not included in the package itself.
Minor README and article edits.
ggbraid 0.2.2
CRAN release: 2022-05-17
Add documentation for datasets
temps
andhoops
.Fix warnings and notes from R CMD check.
ggbraid 0.2.0
Handle
NA
s withna.rm = NA
(the default),na.rm = FALSE
, andna.rm = TRUE
.Add support for flipped aesthetics
y
,xmin
,xmax
.Add support for
after_stat()
— usefill = after_stat(braid)
.Update documentation on
stat_braid()
andgeom_braid()
with examples.Add “US Supreme Court” vignette and finish “NBA Finals Game” vignette.
ggbraid 0.1.0
Add
stat_braid()
andgeom_braid()
.Add “Average Daily Temperatures” and “NBA Finals Game” vignettes.