pkgdev (development version)
Add
pkgdownto ImportsAdd
.imgbotconfigto.Rbuildignore.Remove
crayonand usecliinstead.Use
lintr::use_lintr()and add specific options.Clean
yaml/ymlfiles 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
mandir: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
*.rsthemefile and install it usingrstudioapi::addTheme().
