From 43af185533b11327368148a44e9295ea3eb3abb1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 23 Nov 2023 06:17:28 +0100 Subject: Bump version, fix test from last commit, check and test --- man/hierarchical_kinetics.Rd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'man') 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 -- cgit v1.2.1