We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related: #76, #82 (edge df also has 0 rows); #177 (same error message but different cause)
If I try the following code (updated CRAN and git HEAD for ggraph):
HEAD
ggraph
g = structure(list(1, TRUE, numeric(0), numeric(0), numeric(0), numeric(0), c(0, 0), c(0, 0), list(c(1, 0, 1), structure(list(), .Names = character(0)), list(name = "test"), list(dip_url = character(0), sources = list(), nrefs = integer(0)))), class = c("tbl_graph", "igraph"), active = "nodes") ggraph(g)
I get the error:
Error: All columns in a tibble must be 1d or 2d objects: Column dip_url is NULL Column sources is NULL
Error: All columns in a tibble must be 1d or 2d objects:
dip_url
sources
Great package btw, it makes working with graphs so much easier! 👍
The text was updated successfully, but these errors were encountered:
280d60b
No branches or pull requests
Related: #76, #82 (edge df also has 0 rows); #177 (same error message but different cause)
If I try the following code (updated CRAN and git
HEAD
forggraph
):I get the error:
Great package btw, it makes working with graphs so much easier! 👍
The text was updated successfully, but these errors were encountered: