R Foundation/R Consortium
https://futureverse.org, https://mastodon.social/@henrikbengtsson
#RStats
> plan(future.batchtools::batchtools_slurm)
> f <- future(42)
> f$config$reg$status
> f$config$reg$status # need to call it a few times
> plan(future.batchtools::batchtools_slurm)
> f <- future(42)
> f$config$reg$status
> f$config$reg$status # need to call it a few times
At my useR! 2016 talk on #future I had a wish for a P2P #parallel processing in #RStats. Nine years later, I presented
#Futureverse P2P: Peer-to-Peer Parallelization in R
at #useR2025 (www.futureverse.org/talks.html)
photo by @schloerke.com
At my useR! 2016 talk on #future I had a wish for a P2P #parallel processing in #RStats. Nine years later, I presented
#Futureverse P2P: Peer-to-Peer Parallelization in R
at #useR2025 (www.futureverse.org/talks.html)
photo by @schloerke.com
www.jottr.org/2025/06/19/f...
#parallel #futureverse
www.jottr.org/2025/06/19/f...
#parallel #futureverse
Major progress to #Futureverse - new, exciting, frequently-requested features. RC 1 of 'future' package is now available as:
install.packages("future", repos = c("https://futureverse.r-universe.dev", "https://cloud.r-project.org'))
Please give it a try🙏
#rstats #parallel
Major progress to #Futureverse - new, exciting, frequently-requested features. RC 1 of 'future' package is now available as:
install.packages("future", repos = c("https://futureverse.r-universe.dev", "https://cloud.r-project.org'))
Please give it a try🙏
#rstats #parallel
#Linux #parallel #rstats