Skip to content

Releases: jabenninghoff/rtraining

0.7.2

30 Sep 02:14
Compare
Choose a tag to compare
  • maintenance release

0.7.1

22 May 20:10
Compare
Choose a tag to compare
  • maintenance release, updated for R 4.1.0

0.7.0

17 Jan 03:23
Compare
Choose a tag to compare
  • build_analysis_site() migrated to rdev

0.6.0

13 Jan 03:49
Compare
Choose a tag to compare

New Features

  • major update: build-site has been replaced with an R function, build_analysis_site(), which retains all of the functionality of the old shell script. 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().

  • build_analysis_site() will be migrated to rdev in a future release

New Content

  • R Setup Log: added notes on the package layout I use for "analysis" packages (will be converted to an rdev vignette in a future release)

  • R Setup Log: added notes on my R Workflow

  • R Training Log: updated with notes on my current book, R Packages

0.5.1

09 Jan 21:44
Compare
Choose a tag to compare
  • R Training Log content updates

0.5.0

08 Jan 01:42
Compare
Choose a tag to compare
  • moved rmarkdown::render_site header files to pkgdown - analysis now contains only R Notebooks!

0.4.0

04 Jan 03:08
Compare
Choose a tag to compare

pkgdown integration

  • build-site has been updated to (mostly) seamlessly build a site that integrates pkgdown as the base site and adds an "Analysis" menu that contains all of the R Notebooks (html_notebook) or Documents (html_document) in analysis/ (moved from notebooks/)

0.3.0

03 Jan 21:00
Compare
Choose a tag to compare

rdev migration

  • ci(), check_renv(), style_all(), lint_all(), and tools/setup-r have been migrated to rdev, my "opinionated collection of R development tools"

  • rtraining has been updated to import and load development tools through rdev

  • updated README

0.2.1

02 Jan 21:55
Compare
Choose a tag to compare
  • updated package description (Authors)

  • GitHub Action updates

0.2.0

02 Jan 01:04
Compare
Choose a tag to compare

New Content/Features

  • ci(): run continuous integration tests locally: lint, R CMD check, and style (off by default).

  • check_renv(): convenience function that runs renv status(), clean(), and optionally update() (on by default).