pkgdev (development version)
Add
pkgdown
to ImportsAdd
.imgbotconfig
to.Rbuildignore
.Remove
crayon
and usecli
instead.Use
lintr::use_lintr()
and add specific options.Clean
yaml/yml
files of trailing white spaces and adds an empty line at the end of the fileCAUTION:
update_docs()
modifies RStudio Global and Project options.New capability for optimizing images with
resmush::resmush_dir()
.New function to check titles in
man
dir:check_rd_titles()
.New capabilities to add contributors with
allcontributors::add_contributors()
.-
Add a collection of RStudio Themes based on Selenized by Jan Warchol, a re-design of Solarized by Ethan Schoonover. To install a theme run:
theme <- system.file("themes/Selenized Dark.rstheme", package = "pkgdev") rstudioapi::addTheme(theme, apply = TRUE, force = TRUE)
Alternatively, you can download the
*.rstheme
file and install it usingrstudioapi::addTheme()
.