Changelog
Source:NEWS.md
jfmisc 0.1.3
Add
scale_*_gradient_red()
functions for conveniently adding a red gradient scale toggplot2
plots.Remove
ggtext::element_markdown
from the legend text intheme_neat()
to avoid a viewport error.
jfmisc 0.1.2
Added the
suitableParallelStrategy()
andsuitableParallelWorkers()
functions.The defaults of arguments
strategy
andworkers
insuitableParallelPlan()
are nowsuitableParallelStrategy()
andsuitableParallelWorkers()
respectively.The arguments
RAM_per_worker
andproportion_max_workers
have been removed fromsuitableParallelPlan()
and are configurable fromsuitableParallelWorkers()
.The argument
...
has been added tosuitableParallelPlan()
to enable arguments to be passed tofuture::plan()
.
jfmisc 0.1.1
- Added the
suitableParallelPlan()
function to generate suitable parallel plans from thefuture
package.
jfmisc 0.1.0
Added the string operators
%+%
,%+ %
,%+_%
,%+-%
for concatenating vectors.theme_neat()
now includesggtext::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()
.
jfmisc 0.0.5
- Re-export
ptol_pal()
,scale_colour_ptol()
andscale_fill_ptol()
fromggthemes
.
jfmisc 0.0.3
- Added the
writingChecks()
function for word count, spelling and grammar checks in.Rmd
files.
jfmisc 0.0.1
Added a
NEWS.md
file to track changes to the package.Re-export the
magrittr
pipe.Added
theme_neat()
ggplot2
plot theme.