diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-11-23 06:17:28 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-11-23 06:17:28 +0100 |
commit | 43af185533b11327368148a44e9295ea3eb3abb1 (patch) | |
tree | e0100fd009a2bd8c6d09e9680c60f4a4bbac391c /man/hierarchical_kinetics.Rd | |
parent | a1b5d63e031d22b190e9e9fc30753b699ad6b4ea (diff) |
Bump version, fix test from last commit, check and test
Diffstat (limited to 'man/hierarchical_kinetics.Rd')
-rw-r--r-- | man/hierarchical_kinetics.Rd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/hierarchical_kinetics.Rd b/man/hierarchical_kinetics.Rd index bcbe1e06..8330fe68 100644 --- a/man/hierarchical_kinetics.Rd +++ b/man/hierarchical_kinetics.Rd @@ -9,7 +9,11 @@ hierarchical_kinetics(..., keep_tex = FALSE) \arguments{ \item{...}{Arguments to \code{rmarkdown::pdf_document}} -\item{keep_tex}{Keep the intermediate tex file used in the conversion to PDF} +\item{keep_tex}{Keep the intermediate tex file used in the conversion to PDF. +Note that this argument does not control whether to keep the auxiliary +files (e.g., \file{.aux}) generated by LaTeX when compiling \file{.tex} to +\file{.pdf}. To keep these files, you may set \code{options(tinytex.clean = +FALSE)}.} } \value{ R Markdown output format to pass to |