Set up an rdev package for traditional package development after running init()
and updating
Title and Description in DESCRIPTION
, by committing changes and running use_rdev_pkgdown()
,
use_spelling()
, use_codecov()
, and ci()
.
Details
setup_rdev()
will stop if rlang::is_interactive()
is FALSE
, and will run open_files()
if running in RStudio.