Kirill Müller
Kirill Müller
I don't see a cache created on GHA.
Seems fine now.
Thanks. What's the exact error message and the command you're running? How do I replicate compiling with XCode? I'm on macOS Version 15.6.1 . The tarball is not supposed to...
Thanks. How do I run with `bmake` ? It works for me with the "regular" `make` (and of course with GNU make on Linux); with `bmake` installed from Homebrew I...
Thanks, yes, my `make` is just a much older GNU Make than `gmake` . Wasn't aware of that. How do I install and run `bmake` ? My failing attempt at...
Thanks. Can replicate now, need to clear `MAKEFLAGS` too. Thinking about a `cleanup` script that would just create an empty file for `R CMD build` .
Thanks for reaching out. With igraph 2.2.0 released and 2.2.1 submitted, this is a good time to discuss our stance. - We now should have an intermediate layer between functions...
`c()` is broken, `vctrs::vec_c()` does a much better job. Do you feel strongly about this dependency? Minimal reprex of the original problem: ``` r options(conflicts.policy = list(warn = FALSE)) library(igraph)...
Thanks. We will prioritize issues next week.
We're now in a state where we can start tackling bugs like this. I can't give a timeline, though. @maelle: I think using `vctrs::vec_c()` instead of `c()` in the appropritate...