Skip to content

Latest commit

 

History

History
163 lines (82 loc) · 3.22 KB

NEWS.md

File metadata and controls

163 lines (82 loc) · 3.22 KB

jbplot 1.4.7

  • Updated for R 4.4.0

jbplot 1.4.6

  • Maintenance updates

jbplot 1.4.5

  • Maintenance updates

jbplot 1.4.4

  • Maintenance updates

jbplot 1.4.3

  • Maintenance updates

jbplot 1.4.2

  • Updated logo

jbplot 1.4.1

jbplot 1.4.0

  • Added 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().

jbplot 1.3.4

  • Maintenance updates

jbplot 1.3.3

  • Maintenance updates

jbplot 1.3.2

  • Maintenance updates

jbplot 1.3.1

  • Maintenance updates

jbplot 1.3.0

jbplot 1.2.10

  • Site rendering fixes

jbplot 1.2.9

  • Moved "jbplot ggplot2 style" vignette to "Get Started" article

jbplot 1.2.8

  • Update site to Bootstrap 5

jbplot 1.2.7

  • Updated installation instructions

jbplot 1.2.6

  • Maintenance updates

jbplot 1.2.5

  • Maintenance updates

jbplot 1.2.4

  • Maintenance updates

jbplot 1.2.3

  • Maintenance updates

jbplot 1.2.2

  • Maintenance updates

jbplot 1.2.1

  • Added geom_lm(): wrapper for ggplot2::geom_smooth() that sets method to lm() and formula to y ~ x

jbplot 1.2.0

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

jbplot 1.1.8

  • Update links

jbplot 1.1.7

  • Replace development lintr with CRAN release 3.0.0

  • Updated rdev::use_rdev_package() and rdev::use_spelling()

jbplot 1.1.6

  • Updated rdev::use_lintr()

jbplot 1.1.5

  • Maintenance updates

jbplot 1.1.4

  • Updated rdev::use_rdev_package() and rdev::use_codecov()

  • Updated for R version 4.2.0 (2022-04-22) -- "Vigorous Calisthenics"

jbplot 1.1.3

  • Maintenance updates

jbplot 1.1.2

  • Maintenance updates

jbplot 1.1.1

  • Maintenance updates

jbplot 1.1.0

  • Removed viridis_quo() function as its method of setting options was problematic for reproducibility

  • Maintenance updates

jbplot 1.0.3

  • Maintenance updates

jbplot 1.0.2

  • Important update from renv 0.15.0 to 0.15.1

jbplot 1.0.1

  • Minor updates, added theme_quo() example to README

jbplot 1.0.0

  • Migrated 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