tidyverse / multidplyr

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

Object management examples bug #20

Closed Mullefa closed 7 years ago

Mullefa commented 8 years ago

Assuming the user's machine has more than one core, cl should be assigned the value create_cluster(2) so that:

cl %>%
  cluster_assign_each("z", list(3, 4)) %>%
  cluster_get("z")

doesn't throw an error on machines with e.g. 8 cores.