Skip to content

Releases: jasenfinch/jfmisc

jfmisc 0.1.3

20 Feb 13:45
Compare
Choose a tag to compare
  • 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.

jfmisc 0.1.2

04 May 15:30
Compare
Choose a tag to compare
  • 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().

jfmisc 0.1.1

26 Apr 08:42
Compare
Choose a tag to compare
  • Added the suitableParallelPlan() function to generate suitable parallel plans from the future package.

jfmisc 0.1.0

17 Jan 12:57
Compare
Choose a tag to compare
  • 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().

jfmisc 0.0.5

06 Sep 20:00
Compare
Choose a tag to compare
  • Re-export ptol_pal(), scale_colour_ptol() and scale_fill_ptol() from ggthemes.

jfmisc 0.0.4

22 Jun 16:06
Compare
Choose a tag to compare
  • Added the wrapper functions exportCSV and exportXLSX to export data tables that then return the exported file path.

jfmisc 0.0.3

23 May 10:57
Compare
Choose a tag to compare
  • Added the writingChecks() function for word count, spelling and grammar checks in .Rmd files.

jfmisc 0.0.2

22 Mar 18:02
Compare
Choose a tag to compare
  • Added the %!in% operator to detect unmatched values.

jfmisc 0.0.1

28 Jan 13:13
Compare
Choose a tag to compare
  • Added a NEWS.md file to track changes to the package.

  • Re-export the magrittr pipe.

  • Added theme_neat() ggplot2 plot theme.