igraphdata icon indicating copy to clipboard operation
igraphdata copied to clipboard

Data sets for the igraph R package

Results 5 igraphdata issues
Sort by recently updated
recently updated
newest added

- [x] Resolve all tasks in `cran-comments.md` - [ ] Run `fledge::release()` - [ ] When the package is accepted on CRAN, run `fledge::post_release()`

CRAN release :station:

Done by `inst/getdata.R`, I have trouble recreating `yeast` and `USairports` . - The Nature publications required for `yeast` are not found, `cannot open URL 'https://www.nature.com/nature/journal/v417/n6887/extref/nature750-s1.doc': HTTP status was '404 Not...

When `igraphdata` is presently loaded. The data does not look nice when the library is called without `igraph`. I added a `zzz.R` file and an `.onAttach` function. ## `Without .onAttach`...

## Step 1: find out if we can remove graphs without breaking downstream. https://github.com/search?q=org%3Acran+%28repo%3Acran%2FclustAnalytics+OR+repo%3Acran%2Fdodgr+OR+repo%3Acran%2Fhydra+OR+repo%3Acran%2Fig.degree.betweenness+OR+repo%3Acran%2Figraph+OR+repo%3Acran%2Finterplex+OR+repo%3Acran%2Finvertiforms+OR+repo%3Acran%2Fmultinets+OR+repo%3Acran%2Fnetplot+OR+repo%3Acran%2FrSpectral+OR+repo%3Acran%2Fsand+OR+repo%3Acran%2FScorePlus+OR+repo%3Acran%2Fvsp%29+%2Fenron%7Ckarate%7Cyeast%7Cukfaculty%7Ckite%7Cmacaco%7Ckoenigsberg%7Cusairports%7Cdolphins%7Cimmuno%7Cfoodweb%7Cpolblogs%2F+&type=code R code to construct the query: ``` # Load necessary package library(tools) # Define the datasets...

Is there a python module for these datasets so that they can be used with the [igraph python library](https://github.com/igraph/python-igraph)?