Skip to content

Commit

Permalink
Update R/task.R
Browse files Browse the repository at this point in the history
  • Loading branch information
weshinsley authored Dec 18, 2023
1 parent 6116d18 commit 7b1f16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/task.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7b1f16c

Please sign in to comment.