Open HenrikBengtsson opened 2 years ago
Oh well, I "missed" it because pvec()
is from them parallel package and not part of the base R map-reduce family.
So, I did implement this in commit 6f3bbc23. 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.