pkgdev (development version)
- Add
pkgdown
to Imports - Add
.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 file -
CAUTION:
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()
.