Build dev project
projr_build_dev.RdBuilds project to output, which means recording the input and output data hashes, building the actual bookdown document and saving and archiving selected output.
Usage
projr_build_dev(
  file = NULL,
  bump = FALSE,
  old_dev_remove = TRUE,
  args_engine = list(),
  profile = NULL
)Arguments
- file
 character vector. Paths to files to build. Paths may be relative to project root, or absolute. Default is NULL, in which case all files are built.
- bump
 logical. Whether to increment dev version for build. Default is
FALSE.- old_dev_remove
 logical. If
TRUE, then previous development builds are deleted after a successful run.- args_engine
 list. Arguments passed to the rendering engine (
rmarkdown::render,quarto::renderorbookdown::render_book).- profile
 character.
projrprofile to use. Will set the environment variablePROJR_PROFILEto this value at the start of the build,