如何在Debian中安装R Vennerable?

LéoLéopoldHertz Jun-young

关于主题2014的线程很多,但他们的建议在R 3.3.1中不起作用,显然是因为未满足依赖项,但我也无法安装它们

install.packages("Vennerable", repos="http://R-Forge.R-project.org")

以root身份输出

> install.packages("Vennerable", repos="http://R-Forge.R-project.org")
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Warning: dependencies ‘graph’, ‘RBGL’ are not available
trying URL 'http://R-Forge.R-project.org/src/contrib/Vennerable_3.0.tar.gz'
Content type 'application/x-gzip' length 1727552 bytes (1.6 MB)
==================================================
downloaded 1.6 MB

ERROR: dependencies ‘graph’, ‘RBGL’ are not available for package ‘Vennerable’
* removing ‘/usr/local/lib/R/site-library/Vennerable’

The downloaded source packages are in
    ‘/tmp/Rtmp9Ubsk3/downloaded_packages’
Warning message:
In install.packages("Vennerable", repos = "http://R-Forge.R-project.org") :
  installation of package ‘Vennerable’ had non-zero exit status

> install.packages("graph")
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Warning message:
package ‘graph’ is not available (for R version 3.3.1) 

> install.packages("RBGL")
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Warning message:
package ‘RBGL’ is not available (for R version 3.3.1) 

R:3.3.1
操作系统:Debian 8.5
软件包文档:此处

rcs

软件包graphRBGL都在Bioconductor软件包存储库中,以下对我有用:

R> source("http://bioconductor.org/biocLite.R"); biocLite(c("graph", "RBGL"))
R> install.packages("reshape")
R> install.packages("Vennerable", repos="http://R-Forge.R-project.org")

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

在 Vennerable 包中手动设置维恩图的颜色

来自分类Dev

如何在Debian中安装R plotly?

来自分类Dev

如何在Debian中安装MLR R前端ShinyMLR?

来自分类Dev

如何在Debian jessie中安装R-base sid?

来自分类Dev

如何在Debian测试中安装libgnomeprint?

来自分类Dev

如何在debian中从USB安装Ubuntu?

来自分类Dev

如何在Debian中安装Flex(lex)

来自分类Dev

如何在Kali / Debian中安装GLIBC?

来自分类Dev

如何在Debian中安装sfx文件

来自分类Dev

如何在Debian中安装npgsql?

来自分类Dev

如何在Debian Chroot中安装Docker?

来自分类Dev

如何在Debian中安装udeb软件包?

来自分类Dev

如何在Debian中安装udeb软件包?

来自分类Dev

如何在Debian Wheezy中安装ia32-libs?

来自分类Dev

如何在Debian中为TeXLive安装Acrotex?

来自分类Dev

如何在Debian中仅安装基础知识?

来自分类Dev

如何在Debian 7.5(Wheezy)中安装PHP 5.4?

来自分类Dev

如何在稳定的Debian中安装`service`命令?

来自分类Dev

如何在Debian Jessie中安装libunity-dev?

来自分类Dev

如何在Debian测试中安装内核4.4?

来自分类Dev

如何在Debian中安装和使用xrandr?

来自分类Dev

如何在Debian中安装openvpn客户端?

来自分类Dev

如何在Debian 8.7中安装Visual Studio代码?

来自分类Dev

如何在Debian 9中添加存储库并安装TMSU?

来自分类Dev

如何在Debian 8中安装Vim 8?

来自分类Dev

如何在Debian 9中安装WiFi驱动程序?

来自分类Dev

如何在Debian中查找和安装缺少的固件

来自分类Dev

如何在R中安装“ factoextra”?

来自分类Dev

如何在 R 中安装包