0.1.0
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 runsrenv
status()
,clean()
, and optionallyupdate()
(on by default). -
style_all()
: style all.R
and.Rmd
files in a project usingstyler
-
lint_all()
: lint all.R
and.Rmd
files in a project usinglintr
-
sort_file()
: sort a file using Rsort()
, similar to the unixsort
command -
sort_rbuildignore()
: sort the.Rbuildignore
file usingsort_file()
, because unsorted is annoying -
ci()
: run continuous integration tests locally: lint, R CMD check, and style (off by default).