Gábor Csárdi
Gábor Csárdi
It is unclear to me now what we would need to do exactly. Do we have to always drop the attributes from `gh_response`? That does not sound too good.
True, but in the original example gh was not doing the combining. So can gh do anything there? Maybe a `c()` method is called downstream? Or can we define another...
Oh, good, sure, we can do that.
That is tricky, unfortunately, because on all OSes, you can install it via (various) package managers, or also manually. So it would need to know about how it was installed.
https://github.com/r-hub/rhub2 has a clang17 image.
I think this was a bug in R-devel, and it is fixed now, so please try again.
A PR is welcome!
Yeah, agreed.
I can see some advantages, although on modern Windows installing all the tools is already not too bad: ``` winget install rstudio winget install RProject.R winget install Rtools ``` Or,...
This was supposedly fixed, but maybe it crept back: https://github.com/tidyverse/readxl/issues/562