Skip to content

0.1.0

Compare
Choose a tag to compare
@jabenninghoff jabenninghoff released this 02 Jan 20:50

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).