Gábor Csárdi

Results 2061 comments of Gábor Csárdi

Just changed the default branches to `main` in tidyverse. Hopefully new repos will default to `main` since that's the default branch on GH.

How about just using sh? :)

Yeah, it is growing, slowly. EDIT: maybe not indefinitely....

Yeah, I think it is good.

IDK, it is a lot more low-tech than valgrind. :)

Thanks for looking into this! It would be great to be able to run arm64 Docker on GHA. I guess we are waiting for Apple to add support for nested...

I cannot reproduce that, it is all fine with a vanilla R-hub v2 workflow: https://github.com/gaborcsardi/lhs/actions/runs/9255316046/job/25460249197

I am surprised that renv projects work at all, TBH. I am a bit unsure what we should do with renv projects, because there is a tension between using the...

That makes sense and it should not be too hard to implement.

So, it seems that all `renv::deactivate()` does is deleting the `.Rprofile` file? Which is great, because then we can just delete that, and don't need to install renv to call...