-
-
Notifications
You must be signed in to change notification settings - Fork 206
Broken graph_from_graphdb() example #1622
Copy link
Copy link
Closed
Description
@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.gzCreated on 2024-12-10 with reprex v2.1.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels