Run make in a slide directory
make_slides.RdRun make in a slide directory
Usage
make_slides(
topic,
lectures_tbl = collect_lectures(),
make_arg = "most",
pre_clean = TRUE,
check_status = TRUE,
verbose = TRUE,
log = FALSE
)Arguments
- topic
character(1)> Topic sub-directory to runmakein, e.g.slides-cart-predictions- lectures_tbl
Must contain
texcolumn. Defaults tocollect_lectures().- make_arg
["most"]: Likely not wise to change.make allalso copies slides toslides-pdf, which may not be intended.- pre_clean
[TRUE]: Runmake cleanbeforehand, ensuring a clean slate.- check_status
[TRUE]: Wait formaketo finish and return the exit status.- verbose
[TRUE]: Print additional output to the console.- log
[FALSE]: Write stdout and stderr logs to./logs/.