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
So, I did implement this in commit 6f3bbc2. However, because (i) it's not a base R map-reduce function, and because (ii) parallel::pvec() is rather low-level and does not guarantee consistent results (e.g. still returns if a forked child process crashes), I'll hold back adding future_pvec() to this package.
Not sure how I missed
parallel::pvec()
. Should addfuture_pvec()
to future.apply.The text was updated successfully, but these errors were encountered: