Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken graph_from_graphdb() example #1622

Open
maelle opened this issue Dec 10, 2024 · 1 comment · May be fixed by #1637
Open

Broken graph_from_graphdb() example #1622

maelle opened this issue Dec 10, 2024 · 1 comment · May be fixed by #1637

Comments

@maelle
Copy link
Contributor

maelle commented Dec 10, 2024

@szhorvat is this a known problem?

library("igraph")
#> 
#> Attaching package: 'igraph'
#> The following objects are masked from 'package:stats':
#> 
#>     decompose, spectrum
#> The following object is masked from 'package:base':
#> 
#>     union
g <- graph_from_graphdb(
  prefix = "iso", type = "r001", nodes = 20, pair = "A",
  which = 10, compressed = TRUE
)
#> Warning in file(filename, open = "rb"): cannot open URL
#> 'https://wigner.hu/hu/komputacios-tudomanyok-osztalyagraphdb/gzip/iso/rand/r001/iso_r001_s20.A10.gz':
#> HTTP status was '404 Not Found'
#> Error in file(filename, open = "rb") : 
#>   cannot open the connection to 'http://cneurocvs.rmki.kfki.hu/graphdb/gzip/iso/rand/r001/iso_r001_s20.A10.gz'
#> Error in graph_from_graphdb(prefix = "iso", type = "r001", nodes = 20, : Cannot open URL: http://cneurocvs.rmki.kfki.hu/graphdb/gzip/iso/rand/r001/iso_r001_s20.A10.gz

Created on 2024-12-10 with reprex v2.1.1

@szhorvat
Copy link
Member

The link is dead. Let's remove the example. GraphDB files are available at https://mivia.unisa.it/datasets/graph-database/arg-database/ but it seems to me that they don't offer direct downloads of individual files, only of a single ZIP file containing multiple instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants