From 7c6bad8ea38c44a4ff5b737895626913a58dc7a7 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Fri, 21 Jun 2024 16:39:36 +0100 Subject: [PATCH] Re-document --- man/evaluate.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/evaluate.Rd b/man/evaluate.Rd index bd0eb7a..7ea434c 100644 --- a/man/evaluate.Rd +++ b/man/evaluate.Rd @@ -40,7 +40,7 @@ pasted the code into the command line. \item If \code{1}, evaluation will stop on first error without signaling the error, and you will get back all results up to that point. \item If \code{2}, evaluation will halt on first error and you will get back no -results back. +results. }} \item{keep_warning, keep_message}{whether to record warnings and messages; if