jfmisc 0.1.3
Add
scale_*_gradient_red()functions for conveniently adding a red gradient scale toggplot2plots.Remove
ggtext::element_markdownfrom the legend text intheme_neat()to avoid a viewport error.
jfmisc 0.1.2
Added the
suitableParallelStrategy()andsuitableParallelWorkers()functions.The defaults of arguments
strategyandworkersinsuitableParallelPlan()are nowsuitableParallelStrategy()andsuitableParallelWorkers()respectively.The arguments
RAM_per_workerandproportion_max_workershave 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 thefuturepackage.
jfmisc 0.1.0
Added the string operators
%+%,%+ %,%+_%,%+-%for concatenating vectors.theme_neat()now includesggtext::element_markdownin 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.Rmdfiles.
jfmisc 0.0.1
Added a
NEWS.mdfile to track changes to the package.Re-export the
magrittrpipe.Added
theme_neat()ggplot2plot theme.