Skip to content

Broken graph_from_graphdb() example #1622

@maelle

Description

@maelle

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions