Tamás Nepusz
Tamás Nepusz
> BTW, you need to set at least `nbCV = 2 * nbEV + 1`, but, if you set `nbCV > 2 * nbEV + 1` you may get better/faster...
I don't know how R-Hub processes the `SystemRequirements` field in the package metadata, but it seems like GLPK is missing from https://github.com/r-hub/sysreqsdb/tree/master/sysreqs for Windows. RStudio's database adds an entry for...
Can we use a vendored GLPK then when compiling igraph, or is that against CRAN policy? We vendor GLPK 5.0 in C-igraph and it has been patched to get rid...
OK, how about newer R versions then -- is R-devel going to have a newer GLPK version? If it will, I probably won't bother with vendoring GLPK and just work...
Thanks for the info; I'll just probably work around the older GLPK version then for the time being and looking forward to R-devel.
I'd like to add `igraph` to the list of packages where the mail says `PREPERROR` but the logs indicate success; see [here](https://builder.r-hub.io/status/igraph_1.2.11.9169.tar.gz-5ebab37fc75e4ddb8b7a44f39b44f050). Most likely caused by these lines at the...
Sorry for hijacking this PR; I was wondering whether there are plans to add support for Trio and `asyncio` in the near future, preferably by using `anyio` as an abstraction...
Oh, great, so there's a working Trio server already. Thanks, I haven't noticed that! I took a quick look at the code now. I'm not familiar with Curio so I...
Reading characters one by one should not be a problem; the underlying IO subsystem is buffered, so when you ask for the first character, it fills a buffer with more...
We can talk about this on Thursday on the dev meeting then.