How to let R use all the cores of the computer?
问题 I have read that R uses only a single CPU. How can I let R use all the available cores to run statistical algorithms? 回答1: Yes, for starters, see the High Performance Computing Task View on CRAN. This lists details of packages that can be used in support of parallel computing on a single machine. From R version 2.14.0, there is inbuilt support for parallel computing via the parallel package , which includes slightly modified versions of the existing snow and multicore packages. The parallel