How to install BigMemory and bigrf on windows OS

天大地大妈咪最大 提交于 2019-12-05 11:06:18

Seems the github version installs OK on Windows:

install.packages(c("BH","biglm"))
library(devtools)
devtools::install_github('kaneplusplus/bigmemory')
library(bigmemory)

the package authors told me they are fixing the CRAN one to work on Windows again too.

Going to the CRAN page here, shows you that you have to compile the sources on windows. Google how to do it or look at official document : here Of course if package A depends on B you have to install B before A yourself.

EDIT: actually it says OS_type : unix

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