You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err.collect= gettext("frollapply calling parallel::mccollect to collect results from forked processes raised an error.\n%s")
263
-
warn.collect= gettext("frollapply calling parallel::mccollect to collect results from forked processes raised a warning.\n%s")
263
+
warn.collect= gettext("frollapply internal call to parallel::mccollect raised a warning, FUN warnings should have been suppressed by parallel.\n%s")
264
264
if (is.function(simplify)) {
265
265
err.simplify= gettext("frollapply completed successfully but raised an error when attempting to simplify results using user specified function in 'simplify' argument. Be sure to provide 'fill' argument matching the type and shape of results returned by the your function. Use simplify=FALSE to obtain a list instead.\n%s")
266
266
warn.simplify= gettext("frollapply completed successfully but raised a warning when attempting to simplify results using user specified function in 'simplify' argument. Be sure to provide 'fill' argument matching the type and shape of results returned by the your function. Use simplify=FALSE to obtain a list instead.\n%s")
0 commit comments