Build Comprehensive TMB documentation

April 4, 2024 ยท View on GitHub

Overview

FilesDescription
*.RmdHuman generated documentation. Auto-converted to *.md.
DoxyfileControls the doxygen specific documentation.
mainpage.RmdControls the doxygen mainpage.
  • Add a new vignette by dumping a .Rmd file in this folder.
  • Vignettes show up under 'related pages' in doxygen.

Requirements

Command line tools

sudo apt-get install doxygen pandoc pandoc-citeproc graphviz librsvg2-dev

R packages

install.packages(c("knitr", "bookdown", "rsvg", "stringr"))

Export options

CommandOutput descriptionOutput location
make doxReduced doxygen (easier to read)html/index.html
make dox-fullFull doxygenhtml/index.html
make gitbookGitbook_book/Tutorial.html
make inject_linksInsert doxygen links in previous_book/Tutorial.html
make pdf-bookPdf book_book/_main.pdf
make refmanFull reference manuallatex/refman.pdf