Skip to content

Commit

Permalink
Improves daemons already set warning
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Mar 3, 2025
1 parent 640468b commit f59ede7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mirai-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
list(
arglen = "`n` must equal the length of `args`, or either must be 1",
cluster_inactive = "cluster is no longer active",
daemons_set = "this has no effect as daemons already set for `%s` compute profile",
daemons_set = "ignored as daemons already set for `%s`",
daemons_unset = "daemons must be set to use launchers",
dispatcher_args = "`dispatcher` should be either TRUE or FALSE",
dot_required = "`.` must be an element of the character vector(s) supplied to `args`",
Expand Down

0 comments on commit f59ede7

Please sign in to comment.