Added Security Differently branded palettes and color functions:
differently_palettes
: all Security Differently palettes
pal_differently()
: Security Differently palette constructor
scale_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
man/figures/logo.png
per roxygen2 and to README.Rmd
per pkgdownAdded ggplot_donut()
: creates a donut plot from a data frame containing groups and corresponding values with ggplot2::ggplot()
.
Added ggplot_donut_percent()
: creates a donut plot with the text value of the percentage in the center, using ggplot_donut()
.
theme_quo()
arguments with checkmategeom_lm()
: wrapper for ggplot2::geom_smooth()
that sets method
to lm()
and formula
to y ~ x
Added ggplot2 convenience functions:
geom_rlm()
: wrapper for ggplot2::geom_smooth()
that sets method
to MASS::rlm()
and formula
to y ~ x
geom_hist_bw()
: wrapper for ggplot2::geom_histogram()
that sets color
to black
and fill
to white
annotate_quo()
: wrapper for ggplot2::annotate()
that sets the font to Lato
Replace development lintr with CRAN release 3.0.0
Updated rdev::use_rdev_package()
and rdev::use_spelling()
rdev::use_lintr()
Updated rdev::use_rdev_package()
and rdev::use_codecov()
Updated for R version 4.2.0 (2022-04-22) -- "Vigorous Calisthenics"
Removed viridis_quo()
function as its method of setting options was problematic for reproducibility
Maintenance updates
theme_quo()
example to READMEMigrated theme_quo()
from rdev::theme_quo()
: ggplot2 theme based on ggplot2::theme_bw()
and font Lato
Migrated viridis_quo()
from rdev::viridis_quo()
: Sets the default theme to theme_quo()
and the default color scales to viridis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.