From a7f54cc65a9694c45cc483444835adeb1c64f296 Mon Sep 17 00:00:00 2001 From: knokknok <1275796+knokknok@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:17:53 +0100 Subject: [PATCH] Update dep_auto.Rd --- man/dep_auto.Rd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/dep_auto.Rd b/man/dep_auto.Rd index 00e18af6e1..04d3f41486 100644 --- a/man/dep_auto.Rd +++ b/man/dep_auto.Rd @@ -4,10 +4,12 @@ \alias{dep_auto} \title{Build automatic dependencies among chunks} \usage{ -dep_auto(path = opts_chunk$get("cache.path")) +dep_auto(path = opts_chunk$get("cache.path"), chunk_label = NULL) } \arguments{ \item{path}{Path to the dependency file.} + +\item{chunk_label}{The chunk label of the current code chunk.} } \value{ \code{NULL}. The dependencies are built as a side effect.