Make a plan for the future parallel backend

makePlan(ncores)

Arguments

ncores

number of cores

Details

This function gets the number of cores set by user and subsequently makes a plan that is operating system dependent. If it is on windows, it uses multisession since forks are not an option. Otherwise it uses multicore. If you would like to pass a custom plan.