如何在Windows OS上安装BigMemory和BigRF [英] How to install BigMemory and bigrf on windows OS

查看:150
本文介绍了如何在Windows OS上安装BigMemory和BigRF的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直试图在我的R安装中安装bigmemory. 我的操作系统是Windows 7 64位,我已经在R V2.15.1、2.15.2和3.0.1 64位上进行了尝试,但是我无法使其正常工作.

I have been trying to install bigmemory on my R installation. My OS is windows 7 64 bit and I have tried it on R V2.15.1,2.15.2 and 3.0.1 64 bit but I cant get it to work.

我尝试了几种选择

  1. 下载当前源并在R v3.0.1中运行命令
    install.packages("D:/Downloads/bigmemory_4.4.3.tar.gz",repos = NULL,键入="source")
    但这会产生错误错误:仅适用于Unix 包"
  2. 下载旧版本的源代码并在各个版本中运行类似的命令 R V2 V3等的安装,
    这给我一个错误"ERROR: 包"bigmemory"的配置失败
  1. download the current source and run the command in R v3.0.1
    install.packages("D:/Downloads/bigmemory_4.4.3.tar.gz", repos = NULL, type="source")
    but this gives an error "ERROR: Unix-only package"
  2. download older sources and run a similar commands, in the various installations of R V2 V3 etc,
    This gives me an error "ERROR: configuration failed for package 'bigmemory'"

有什么想法吗?我实际上正在尝试安装bigrf,但bigmemory似乎是一个依赖项.有什么解决方法吗?

Any ideas? I am actually trying to install bigrf but bigmemory seems to be a dependency. Is there any workaround for this?

非常感谢

推荐答案

似乎github版本在Windows上可以正常安装:

Seems the github version installs OK on Windows:

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

软件包的作者告诉我,他们也正在修复CRAN,使其可以再次在Windows上运行.

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

这篇关于如何在Windows OS上安装BigMemory和BigRF的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆