包bigmemory不安装在r64 3.0.2[复制]

时间:2021-09-03 14:15:40

This question already has an answer here:

这个问题已经有了答案:

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

我正在尝试在Windows上安装r64版本3.0.2中的bigmemory包。我得到了以下错误:

install.packages('bigmemory')

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.

任何帮助或见解都将得到赞赏。我在之前的R版本2.15中得到了相同的错误。

2 个解决方案

#1


1  

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.

参见“Windows二进制”下的http://cran.r project.org/web/packages/bigmemory/index.html。没有可用的windows binarys。看看我的文件。

#2


1  

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.

根据该软件包的新闻页面,“由于Boost头的问题,Windows支持暂时停止”。这是2013-03-09年的最新一页。

#1


1  

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.

参见“Windows二进制”下的http://cran.r project.org/web/packages/bigmemory/index.html。没有可用的windows binarys。看看我的文件。

#2


1  

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.

根据该软件包的新闻页面,“由于Boost头的问题,Windows支持暂时停止”。这是2013-03-09年的最新一页。