-
Notifications
You must be signed in to change notification settings - Fork 60
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
Build suddenly fails because cannot find igraph #50
Comments
|
Fair enough. |
Because r-devel used to have binary igraph, I guess. I think you can just use r-release instead of r-devel, right @krlmlr ? Or is that not part of the image any more? |
It's still part of the image: https://github.com/krlmlr/r-portable/tree/master/Image. But you need to override r-appveyor/scripts/appveyor-tool.ps1 Line 75 in e2c7914
|
Do your builds work now? |
I have igraph as a Suggests package and had the same problem. Adding:
to here https://github.com/dougmet/unsumnet/blob/master/appveyor.yml#L16 fixed it for me (see also #53 about release vs stable). |
Thanks a lot, that did the trick! |
Thanks a lot for the package!
As of a few days ago, my build for gluc/data.tree suddenly stops working, saying igraph isn't available, though igraph is available.
My project is rather standard, I would say.
See here for the appveyor file: https://github.com/gluc/data.tree/blob/dev/appveyor.yml
See here for description: https://github.com/gluc/data.tree/blob/dev/DESCRIPTION
The text was updated successfully, but these errors were encountered: