没有名为igraph0 R的软件包 [英] No package called igraph0 R

查看:53
本文介绍了没有名为igraph0 R的软件包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试通过R使用"gspan"算法.我安装并加载了 igraph .

I'm trying to use "gspan" algorithm using R. I installed and loaded igraph.

但是当我呼叫"gspan"时,出现此错误:

But when I call "gspan", I get this error:

>  results = subdue(graph1);
Error in library(igraph0) : there is no package called ‘igraph0’

任何人都可以给我一个解决方案,谢谢.

Could any one give me a solution, thanks in advance.

推荐答案

来自

软件包"igraph0"已从CRAN存储库中删除.

Package ‘igraph0’ was removed from the CRAN repository.

以前可用的版本可以从存档获得.

Formerly available versions can be obtained from the archive.

这是从2012年3月到2013年9月的过渡软件包.取决于它的软件包应该早就更改为igraph了.

This was a transitional package from Mar 2012 to Sept 2013. Packages depending on it ought to have changed to igraph long ago.

考虑改用软件包"igraph".

Consider using package ‘igraph’ instead.

因此,该软件包不再在CRAN上可用.我敦促您考虑该建议并改为使用 igraph .

So this package is no longer available on the CRAN. I'd urge you to consider the suggestion and move to igraph instead.

因此,只需将软件包加载为 library(igraph)而不是 library(igraph0).既然您已经提到您已经安装了 igraph ,它应该可以工作.

So, just load the package as library(igraph) instead of library(igraph0). Since you mentioned you have already installed igraph, this should work.

这篇关于没有名为igraph0 R的软件包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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