R version 3.5.0 (2018-04-23) -- "Joy in Playing" Copyright (C) 2018 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin17.5.0 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > jobs <- lapply(1:10, FUN = parallel::mcparallel) > values <- parallel::mccollect(jobs) > unlist(values) 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 1 2 3 4 5 6 7 8 9 10 > warnings() > > proc.time() user system elapsed 0.322 0.073 0.340