tidyverse / multidplyr

A dplyr backend that partitions a data frame over multiple processes

Home Page:https://multidplyr.tidyverse.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timeout when calling new_cluster() in projects with renv

julou opened this issue · comments

When calling new_cluster() in projects with renv, I often get a timeout error.
Turns out that this can be circumvented by increasing the timeout in r_session$new()

seems to be fixed by disabling renv loading: done using #98 with

new_cluster(8, .options = callr::r_session_options(user_profile = FALSE))