litr version of bookdown::gitbook()
litr_gitbook.Rd
This behaves like bookdown::gitbook()
with a few differences:
It creates an R package.
It adds hyperlinks to function definitions whenever a function is used elsewhere in the document.
It does "Knuth-style" chunk referencing with hyperlinks.
Arguments
- minimal_eval
If
TRUE
, then only chunks withlitr::document()
orusethis
commands will be evaluated. This can be convenient in coding when you just want to quickly update the R package without having to wait for long evaluations to occur.- ...
Parameters to be passed to
bookdown::gitbook()