Skip to content
New issue

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

R: layout.spring fails #230

Closed
gaborcsardi opened this issue May 4, 2013 · 3 comments
Closed

R: layout.spring fails #230

gaborcsardi opened this issue May 4, 2013 · 3 comments
Assignees
Milestone

Comments

@gaborcsardi
Copy link
Contributor

There seems to be a bug in layout.spring(), perhaps a relic of zero-based indexing?

ug0 <- graph.formula(a-b-c-d-b,e)
layout.spring(ug0)
Error in d[1, , ] <- mats :
number of items to replace is not a multiple of replacement length

Best regards
David Edwards


Imported from Launchpad using lp2gh.

@gaborcsardi
Copy link
Contributor Author

(by gabor.csardi)
This was already fixed before.

@gaborcsardi
Copy link
Contributor Author

(by r-vacca)
Hi,

does igraph_0.6-3 contain this fix, or will it be included in the next release?

I'm using igraph_0.6-3 but I still get that error with layout.spring().

@gaborcsardi
Copy link
Contributor Author

(by gabor.csardi)
igraph 0.6-3 does not fix this, it is just a new build with the same code, for technical reasons. The new release will be 0.6.1 or 0.7, we don't know yet.

@ghost ghost assigned gaborcsardi May 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant