tidyverse / multidplyr

A dplyr backend that partitions a data frame over multiple processes
https://multidplyr.tidyverse.org
Other
641 stars 75 forks source link

create_cluster no longer exists in the code base #89

Closed dewoller closed 3 years ago

dewoller commented 4 years ago

create_cluster no longer exists in the code base. It is in the documentation.


devtools::install_github("hadley/multidplyr")
#> Skipping install of 'multidplyr' from a github remote, the SHA1 (ac69341e) has not changed since last install.
#>   Use `force = TRUE` to force installation
library(multidplyr)
create_cluster(2)
#> Error in create_cluster(2): could not find function "create_cluster"
emirtarik commented 4 years ago

Try using new_cluster(2)