Skip to content

Releases: jabenninghoff/rdev

0.5.0

24 Dec 02:13

Choose a tag to compare

  • Added theme_quo(): ggplot2 theme based on ggplot2::theme_bw() and font Lato

  • Added viridis_quo(): Sets the default theme to theme_quo() and the default color scales to viridis

  • maintenance

0.4.5

09 Dec 16:30

Choose a tag to compare

  • maintenance release, update GitHub Actions

0.4.4

08 Dec 19:58

Choose a tag to compare

  • Update build_analysis_site() to work with pkgdown version 2

0.4.3

04 Dec 23:08

Choose a tag to compare

  • maintenance, update TODO with steps for manually setting up an Analysis Package

0.4.2

24 Oct 21:48

Choose a tag to compare

  • maintenance release, update README and GitHub Actions

0.4.1

04 Oct 05:52

Choose a tag to compare

  • bug fixes, maintenance

0.4.0

30 Sep 00:04

Choose a tag to compare

  • Add devtools::document() option to ci(), turned on by default

  • Add R Analysis Package layout definition, migrated from rtraining

  • Update ci() to use style_all() and lint_all() for consistency

  • Add import directory to build_analysis_site()

  • minor updates, improved tests, maintenance

0.3.1

22 May 17:47

Choose a tag to compare

  • maintenance release, updated for R 4.1.0

0.3.0

17 Jan 01:22

Choose a tag to compare

  • build_analysis_site(), new function migrated from rtraining: a wrapper for pkgdown::build_site() that adds an 'Analysis' menu containing rendered versions of all .Rmd files in analysis/. It is still considered Experimental, due to lack of test coverage and some features that are not implemented, but should work for projects with limited pkgdown customization. The update also includes a function to convert notebooks to html_document, to_document().

0.2.2

15 Jan 02:47

Choose a tag to compare

  • minor updates, maintenance