igraph for R: R interface of the igraph library for graph theory and network analysis
Description
Remove
igraph.eigen.default()andeigen_defaults, introduce internaleigen_defaults()as a function (#741).Remove broken
nexus*()functions (#705), andsrand()(#701).
Update C core.
ARPACK-based calculations are now interruptible.
shortest_paths()andall_shortest_paths()no longer crash when an invalidfromvertex is passed and weights are being used.
See diff for details.
PrintingUse true vertex names for printing vertex sets. If a vertex set captures a relationship between vertices (e.g., the
fathercomponent ofbfs()), the vertex set is printed as a named vector (#754).Suggest restarting R session after fatal error (#745).
as_long_data_frame()now correctly processes vertex attributes and works with graphs without vertex attributes (#748).as.hclust(hrg.fit(g))works again (#721).
The documentation is now available at https://igraph.org/ (#743).
Reorganize function reference (#662).
Replace
graph()withmake_graph()in examples (#738).Add docs for
as.hclust.igraphHRG()(#733).Merged man page of
hub_score()andauthority_score()(#698).Refactor contributors listing (#647).
Improve "family" titles (#679).
Improve docs of ego/neighborhood functions.
Improve
transitivity()docs.
Introduce cpp11 package to improve error handling in the long run (#720).
Avoid longjmp for error handling and interrupts (#751).
as.hclust.igraphHRGuses.Call()interface (#727).
Files
igraph/rigraph-v1.4.2.zip
Files
(3.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:ee20c15ae295b9be8fc02bd2ee12de4a
|
3.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/igraph/rigraph/tree/v1.4.2 (URL)