R `parallel` package does not exist on CRAN?

梦想的初衷 提交于 2019-12-03 16:22:11

问题


I tried to google "r package parallel" but I have not found it on CRAN. I also tried the following links, but they do not work:

http://cran.r-project.org/web/packages/parallel/index.html

http://cran.r-project.org/web/packages/parallel

http://cran.r-project.org/package=parallel

It is also absent in the list of available.packages().

But apparently the package parallel does exist! :-) I have it in the list of my packages and it even has its own tag here :-)


回答1:


Is this because it is inside r-core since 2.14.0 ?

http://stat.ethz.ch/R-manual/R-devel/library/parallel/doc/parallel.pdf



来源:https://stackoverflow.com/questions/22603098/r-parallel-package-does-not-exist-on-cran

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!