Displaying 7 results from an estimated 7 matches for "igraph0".
Did you mean:
igraph
2012 Jun 02
1
igraph and igraph0
Could someone tell me the difference between igraph and igraph0?
I searched the CRAN web site, but cannot find an explantion of the differences.
Thanks, Alan
[[alternative HTML version deleted]]
2011 Oct 19
3
RFC: 'igraph' package update and backward compatibility
...backward compatible
with the current version. It will likely break much of the existing
code. Many (~50) packages depend on 'igraph' and they, too, will most
probably break with the new version.
My intended solution is, that I create a snapshot of the current
package, under another name (igraph0), and ask package maintainers to
depend on that version. Then, after a short time, I'll update the
current igraph version.
Do you see any drawbacks of this solution? Is there some existing
practice for situations like this? Suggestions are greatly
appreciated.
Btw. an alternative would be to...
2013 Jan 17
2
error installing KEGGSOAP
...amlss.data', 'gamlss.dist', 'gclus', 'gdata', 'geoR', 'GGally', 'ggm',
'ggplot2', 'gmodels', 'gridBase', 'gWidgets', 'gWidgetstcltk', 'HH', 'Hmisc', 'httr', 'igraph',
'igraph0', 'inline', 'ipred', 'isa2', 'JavaGD', 'JGR', 'kernlab', 'KernSmoot [... truncated]
> library(KEGGSOAP)
Loading required package: BiocGenerics
Attaching package: ‘BiocGenerics’
The following object(s) are masked from ‘package:stats’:
...
2012 Sep 25
3
error on uneven recycling?
Is there some reason why
> (1:2)+(1:3)
[1] 2 4 4
Warning message:
In (1:2) + (1:3) :
longer object length is not a multiple of shorter object length
can't be made into an error? I realise it was there in S-PLUS, but
since it produces a warning there can't be many examples on CRAN or
Bioconductor using it, and I can't think of any situation where it
would be used deliberately.
2012 Jun 18
0
igraph 0.6 released
...http://igraph.sf.net
Best Regards,
Gabor
=====================
Major new features
=====================
- Vertices and edges are numbered from 1 instead of 0.
Note that this makes most of the old R igraph code incompatible
with igraph 0.6. If you want to use your old code, please use
the igraph0 package. See more at http://igraph.sf.net/relnotes-0.6.html.
- The '[' and '[[' operators can now be used on igraph graphs,
for '[' the graph behaves as an adjacency matrix, for '[[' is
is treated as an adjacency list. It is also much simpler to
manipulate the...
2012 Jun 18
0
igraph 0.6 released
...http://igraph.sf.net
Best Regards,
Gabor
=====================
Major new features
=====================
- Vertices and edges are numbered from 1 instead of 0.
Note that this makes most of the old R igraph code incompatible
with igraph 0.6. If you want to use your old code, please use
the igraph0 package. See more at http://igraph.sf.net/relnotes-0.6.html.
- The '[' and '[[' operators can now be used on igraph graphs,
for '[' the graph behaves as an adjacency matrix, for '[[' is
is treated as an adjacency list. It is also much simpler to
manipulate the...
2012 May 20
1
CRAN (and crantastic) updates this week
...* igraphdata (0.1)
Maintainer: Gabor Csardi
Author(s): Gabor Csardi <csardi.gabor at gmail.com>
License: GPL (>= 2) + file LICENSE
http://crantastic.org/packages/igraphdata
A small collection of various network data sets, to use with the
igraph package. They also work with the igraph0 package.
* irtrees (0.1.0)
Maintainer: Ivailo Partchev
Author(s): Ivailo Partchev and Paul De Boeck
License: GPL (>= 2)
http://crantastic.org/packages/irtrees
Helper functions and example data sets accompanying De Boeck, P. and
Partchev, I. (2012) IRTrees: Tree-Based Item Response...