Changelog
Source:NEWS.md
jbplot 1.5.0
Added Security Differently branded palettes and color functions:
differently_palettes
: all Security Differently palettespal_differently()
: Security Differently palette constructorscale_color_differently_d()
,scale_fill_differently_d()
,scale_color_differently_c()
,scale_fill_differently_c()
,scale_color_differently_b()
,scale_fill_differently_b()
: Security Differently color scales for ggplot2
jbplot 1.4.8
- Enabled pkgdown light switch
jbplot 1.4.0
Added
ggplot_donut()
: creates a donut plot from a data frame containing groups and corresponding values withggplot2::ggplot()
.Added
ggplot_donut_percent()
: creates a donut plot with the text value of the percentage in the center, usingggplot_donut()
.
jbplot 1.3.0
- Check
theme_quo()
arguments with checkmate
jbplot 1.2.1
- Added
geom_lm()
: wrapper forggplot2::geom_smooth()
that setsmethod
tolm()
andformula
toy ~ x
jbplot 1.2.0
Added ggplot2 convenience functions:
geom_rlm()
: wrapper forggplot2::geom_smooth()
that setsmethod
toMASS::rlm()
andformula
toy ~ x
geom_hist_bw()
: wrapper forggplot2::geom_histogram()
that setscolor
toblack
andfill
towhite
annotate_quo()
: wrapper forggplot2::annotate()
that sets the font to Lato
jbplot 1.1.7
Replace development lintr with CRAN release 3.0.0
Updated
rdev::use_rdev_package()
andrdev::use_spelling()
jbplot 1.1.6
- Updated
rdev::use_lintr()
jbplot 1.1.4
Updated
rdev::use_rdev_package()
andrdev::use_codecov()
Updated for R version 4.2.0 (2022-04-22) – “Vigorous Calisthenics”
jbplot 1.1.0
Removed
viridis_quo()
function as its method of setting options was problematic for reproducibilityMaintenance updates
jbplot 1.0.2
- Important update from renv 0.15.0 to 0.15.1
jbplot 1.0.1
- Minor updates, added
theme_quo()
example to README
jbplot 1.0.0
Migrated
theme_quo()
fromrdev::theme_quo()
: ggplot2 theme based onggplot2::theme_bw()
and font LatoMigrated
viridis_quo()
fromrdev::viridis_quo()
: Sets the default theme totheme_quo()
and the default color scales toviridis