From be1fc3115fb326a734bdcc42d96ed33f0c561104 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Thu, 28 Sep 2023 19:38:45 -0700 Subject: [PATCH] Re-document() --- man/load_all.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/load_all.Rd b/man/load_all.Rd index 04be84337..8221cfd77 100644 --- a/man/load_all.Rd +++ b/man/load_all.Rd @@ -61,7 +61,7 @@ for more details. the correct times. \item If you use \pkg{testthat}, will load all test helpers so you can access them interactively. devtools sets the \code{DEVTOOLS_LOAD} -environment variable to \code{"true"} to let you check whether the +environment variable to the package name to let you check whether the helpers are run during package loading. }