From 7b1f16c30e74fd23771176d21d6746adc622c50a Mon Sep 17 00:00:00 2001 From: Wes Hinsley Date: Mon, 18 Dec 2023 16:44:06 +0000 Subject: [PATCH] Update R/task.R --- R/task.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/task.R b/R/task.R index 59f1c3f2..4b0132ac 100644 --- a/R/task.R +++ b/R/task.R @@ -644,7 +644,7 @@ check_locals_size <- function(locals, call = NULL) { i = paste("You can increase the limit by increasing the value of", "the option 'hipercow.max_size_local', even using 'Inf' to", "disable this check entirely"), - i = paste("Better again, if create large objects from your 'sources'", + i = paste("Better again, create large objects from your 'sources'", "argument to your environment, and then advertise this", "using the 'globals' argument")), call = call)