I am writing an R package and would like to make a pdf reference manual of all functions in the package. I understood from here that R CMD check automatically c
R CMD check
Another workaround is to produce it with:
build_manual(path=getwd()) #or check(manual = TRUE, args="--output=~/folder/subfolder")