process_manual: Process manual source file to prepare book to build

Description Usage Arguments Value

View source: R/process_manual.R

Description

This function will download, process and convert the source .texi files so that all the necessary structure and files are there to build the book with Quarto

Usage

1
2
3
4
5
6
7
8
9
process_manual(
  manual = "R-exts.texi",
  folder = tolower(sub(".texi", "", manual)),
  manuals_folder = "manuals",
  .quicktest = FALSE,
  .make_info = !.quicktest,
  .download = !.quicktest,
  verbose = TRUE
)

Arguments

manual

Name of the manual to download and process (a .texi) file

folder

sub-folder for intermediaries files per manual. Default to name of manual

manuals_folder

folder where all the intermediary folders are stored. manuals_folder is the parent folder.

.quicktest

If TRUE, removes some of the HTML files after makeinfo step, for faster quarto rendering on partial site

.make_info

If TRUE, convert .texi to .html

.download

If TRUE, download the manual files

verbose

If TRUE, prints progress messages

Value

NULL.


andrie/qrexts documentation built on Jan. 1, 2022, 10:18 p.m.