You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library("igraph")
#> #> Attaching package: 'igraph'#> The following objects are masked from 'package:stats':#> #> decompose, spectrum#> The following object is masked from 'package:base':#> #> uniong<- 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
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.
@szhorvat is this a known problem?
Created on 2024-12-10 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: