The base package parallel allows parallel computation through forking, sockets, and random-number generation.
Detect the number of cores present on the localhost:
parallel::detectCores(all.tests = FALSE, logical = TRUE)
Create a cluster of the cores on the localhost:
parallelCluster <- para...