mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

11K
active users

#parallel

5 posts3 participants0 posts today
Replied in thread

@KG_Jewell @pglpm
AFAIU, 'foreach' pkg is in a keeping-the-lights-on mode by Microsoft, but if something needs to be fix, I'm pretty sure they'll do it. Also, the original developer, Steve Weston, left it in a great condition, so foreach() is stable and won't go anywhere.

As the author of Futureverse, my recommendation is to couple it with the doFuture package (not original doParallel), e.g.

y <- foreach(...) %dofuture% { ... }

and things will run in #parallel on any operating system #RStats

Liberating the future!

I'm happy to share that major progress has been made on the #Futureverse roadmap. Already the next release comes with new, exciting, frequently asked features, and more are ready to ship in following release.

Release candidate #1 of the 'future' package is now available on R-universe;

install.packages("future", repos = c("futureverse.r-universe.dev", "cloud.r-project.org'))

Please give it a try🙏 As usual, these updates should be 100% backward.