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
I'm adding this one to this package, but it probably belongs to a 'parallel.extras' package:
Add some type of utility functions for relaying stdout and conditions when using mclapply(), parLapply(), ... of the 'parallel' package. Not sure what such an API would look like, but it might help us support 'progressr' also in those cases, because current the following will relay nothing from the cluster nodes:
I'm adding this one to this package, but it probably belongs to a 'parallel.extras' package:
Add some type of utility functions for relaying stdout and conditions when using
mclapply()
,parLapply()
, ... of the 'parallel' package. Not sure what such an API would look like, but it might help us support 'progressr' also in those cases, because current the following will relay nothing from the cluster nodes:Maybe something that will allow us to do:
The text was updated successfully, but these errors were encountered: