home.social
  1. I just added a package to my packages.json but there was a problem updating the registry (was working fine before). The logs are here. github.com/r-universe/ellakaye. The problem seems to be in the line "fatal: could not read Username for 'github.com': terminal prompts disabled”. Is this a temporary glitch? If not, any ideas how to fix it? I have a PAT set up that seems to be working fine in other contexts.

  2. @njtierney @kellybodwin @PipingHotData Having added tests, @maelle looked at the source and suggested using `withr::local_seed()` (as opposed to `set.seed()`). A good reason why it’s worth following package good-practice, even for silly packages, you get to learn about package better-practice!

    Also, this was very much the theme of @fontikar’s talk at userconf2024.sched.com/event/1

  3. Postscript: At the dev day (the day after the main conf), organised by @R_Contributors, @kellybodwin and I submitted a patch to fix the alignment bug in the stem() plot, which I discussed in the talk. It was a really fun day, and a nice result! Huge thanks to Paul Murrell and Martin Maechler from R Core for their friendly and helpful support.