Add scale_*_gradient_red()
functions for conveniently adding a red gradient scale to ggplot2
plots.
Remove ggtext::element_markdown
from the legend text in theme_neat()
to avoid a viewport error.
Added the suitableParallelStrategy()
and suitableParallelWorkers()
functions.
The defaults of arguments strategy
and workers
in suitableParallelPlan()
are now suitableParallelStrategy()
and suitableParallelWorkers()
respectively.
The arguments RAM_per_worker
and proportion_max_workers
have been removed from suitableParallelPlan()
and are configurable from suitableParallelWorkers()
.
The argument ...
has been added to suitableParallelPlan()
to enable arguments to be passed to future::plan()
.
suitableParallelPlan()
function to generate suitable parallel plans from the future
package.Added the string operators %+%
, %+ %
, %+_%
, %+-%
for concatenating vectors.
theme_neat()
now includes ggtext::element_markdown
in all text theme elements allowing markdown syntax to be included in these elements such as the plot title or axis text.
The relative sizes of the plot title, plot subtitle, caption, facet strip text and legend text have all been increased in theme_neat()
.
ptol_pal()
, scale_colour_ptol()
and scale_fill_ptol()
from ggthemes
.writingChecks()
function for word count, spelling and grammar checks in .Rmd
files.%!in%
operator to detect unmatched values.Added a NEWS.md
file to track changes to the package.
Re-export the magrittr
pipe.
Added theme_neat()
ggplot2
plot theme.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.