Package bigmemory not installing on R 64 3.0.2 [du

2020-07-30 02:46发布

I am trying to install the bigmemory package in R 64 version 3.0.2 on Windows. I get the following error:

install.packages('bigmemory')

Installing package into ‘C:/Users/Audrey/Documents/R/win-library/3.0’(as ‘lib’ is unspecified)
Warning message: package ‘bigmemory’ is not available (for R version 3.0.2) 

> library(bigmemory)

Error in library(bigmemory) : there is no package called ‘bigmemory’

Any help or insight will be much appreciated. I get the same error with previous R version 2.15.

2条回答
姐就是有狂的资本
2楼-- · 2020-07-30 03:09

According to the package's news page, "Windows support is temporarily suspended due to issues with the Boost headers". That's the latest entry on the page, dated 2013-03-09.

查看更多
闹够了就滚
3楼-- · 2020-07-30 03:26

See http://cran.r-project.org/web/packages/bigmemory/index.html under "Windows Binary". There are no windows binarys available. Have a look at the Read-Me file.

查看更多
登录 后发表回答