Lewis A. Jones
Lewis A. Jones
I think keeping `group_apply()` around is definitely worthwhile for its user-friendliness. @bethany-j-allen's suggestion of updating the internal code of `group_apply()` to use `by()` seems the best step forward IMO (though...
Thanks for catching this @willgearty! This made me think that we should set up a workflow/github action to automatically validate links across our docs periodically. Thoughts?
Hi @cpsievert, thanks for taking a look! As I noted above, this seems to be *potentially* OS-related. I am not getting an error on Posit Cloud, but on my local...
Of course, thanks! ``` > sessionInfo() R version 4.5.1 (2025-06-13) Platform: aarch64-apple-darwin20 Running under: macOS Sequoia 15.6.1 Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.12.1 locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8...
Yes, I've tried new/clean R sessions, updating R, reinstalling shiny/bslib :') I'm completely bewildered by it!
Hi Joe, thanks for this. As previously discussed, I've tended to bin by collections as this is faster and basically gets around the issue you've highlighted. That said, I can...
What is the extent of functionality/use cases we would want to cover? What would a Quarto extension offer that the following does not: - Inserting phylopic via an R code...