mbojan / intergraph

R package for converting network data objects between different classes
https://mbojan.github.io/intergraph
21 stars 4 forks source link

ellipsis in `asNetwork.igraph` #16

Closed mbojan closed 9 years ago

mbojan commented 9 years ago
* checking R code for possible problems ... NOTE
asNetwork.igraph: possible error in asNetwork(edges, directed =
  igraph::is.directed(object), multiple =
  any(igraph::is.multiple(object)), loops =
  any(igraph::is.loop(object)), vertices = vertexes, ...): ... used in
  a situation where it does not exist
mbojan commented 9 years ago

NOTE not raised anymore using R-devel r68604