why SparkR isn't available in CRAN R package list? [duplicate]

久未见 提交于 2019-12-24 15:27:24

问题


I checked for sparkR package in CRAN package list through the following link.

https://cran.r-project.org/web/packages/available_packages_by_date.html

This list does not include sparkR, and therefore installing sparkR through install.packages("package_name") cannot be done.

Why isn't sparkR listed in the package list?


回答1:


Since Spark 1.4, SparkR is not a separate package anymore but has been integrated with Apache Spark. So I guess it doesn't make sense anymore to create a CRAN R package for it.



来源:https://stackoverflow.com/questions/32601252/why-sparkr-isnt-available-in-cran-r-package-list

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