{ggplot2}
release (3.4.0
).NOTE
in CRAN checks.orientation
argument to control the direction (either x
or
y
) of the layer and better compatible with coord_flip()
. (@xiangpin,
#104)Updates visual regression tests for vdiffr 1.0.0
release.
Removes NOTE
about lazyData
from CRAN's daily checks.
@IndrajeetPatil is now a ggsignif
author in recognition of his significant
and sustained contributions.
Add extend_line
parameter to make the brackets shorter or wider (#70).
Thanks to @romanhaa for making the PR.
Adds a new package website: https://const-ae.github.io/ggsignif/.
Minimum ggplot2
version needed is bumped to 3.3.3
.
Minor internal refactoring
Adds snapshot and visual regression testing infrastructure.
parse
to function. Fixes
issue #64. Thanks to @IndrajeetPatil for the idea.Fix typos in README.md (thanks to @SMargell)
map_signif_level
can now take a user-supplied function to format the p-value
(PR #52, thanks to @ilia-kats)
Fix bug that stopped textsize from working
Add manual=TRUE
mode, which allows the parameters to be given as a
data.frame
Simplify setting brackets at custom locations with xmin, xmax and y_position
Extend documentation
Bug fixes
Fixed bug, when alpha()
from another package was loaded (issue #2)
Added additional parameters to customize bracket linetype, textsize, size (issue #5)
Fixed bug when annotation was identical for different brackets (issue #6)
Fixed bug when multiple comparisons referenced the same block (issue #8)