Skip to content

Releases: jabenninghoff/rdev

0.2.0

03 Jan 18:44
Compare
Choose a tag to compare
  • installing rdev will now automatically install preferred development tools as a 'meta-package' (like tidyverse), including: styler, lintr, rcmdcheck, renv, miniUI (for RStudio Addin support), devtools, and rmarkdown

0.1.2

03 Jan 01:47
Compare
Choose a tag to compare

0.1.1

02 Jan 22:41
Compare
Choose a tag to compare
  • maintenance release

Updates

  • ci(): updated to match my preferred GitHub workflow: use_github_action_check_standard() with --as-cran removed

  • documentation updates for all functions (style, links)

0.1.0

02 Jan 20:50
Compare
Choose a tag to compare

Initial GitHub release

New Features

  • ./tools/setup-r: shell script to install development packages to site repository on macOS + Homebrew

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

  • style_all(): style all .R and .Rmd files in a project using styler

  • lint_all(): lint all .R and .Rmd files in a project using lintr

  • sort_file(): sort a file using R sort(), similar to the unix sort command

  • sort_rbuildignore(): sort the .Rbuildignore file using sort_file(), because unsorted is annoying

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