Set up an analysis package within an rdev package newly initialized with init()
, after updating
Title and Description in DESCRIPTION
, by committing changes and running
use_analysis_package()
, use_spelling()
, and ci()
.
Arguments
- use_quarto
If
TRUE
(the default), use Quarto for publishing (build_quarto_site()
), otherwise usebuild_analysis_site()
.
Details
setup_analysis()
will stop if rlang::is_interactive()
is FALSE
, and will run open_files()
if running in RStudio.