Can't install bigrf package

允我心安 提交于 2019-12-02 09:01:44

Package ‘bigrf’ was removed from the CRAN repository.

Formerly available versions can be obtained from the archive.

Archived on 2015-11-21 as check problems were not corrected despite reminders from CRAN people that's what the note i get from the https://cran.r-project.org/web/packages/bigrf/index.html

To install the current version of bigrf on CRAN:

install.packages("bigrf", dependencies=TRUE)

To install the development version on GitHub:

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