Garrick Aden-Buie
Garrick Aden-Buie
I've recently been working in a repo where an R and Python package live in subfolders and need to co-exist. They're versioned independently since they aren't parallel implementations, so I'd...
First, I love ggiraph. So thank you! I love that it's a very lightweight way to make a ggplot plot interactive. I also really like that the inlined-svg becomes an...
## Background This updates the logic around bslib-provided themes. Two major changes have happened in bslib: 1. We've added a new "shiny" Bootstrap preset theme, which is now the default...
Using pkgdown's own site for a reprex, the Build section of the reference index includes a `desc`ription: ```yaml reference: - title: Build desc: Build a complete site or one of...
Reported by a user in https://github.com/rstudio/htmltools/issues/398 A very minimal reprex: ```r labelled::labelled(1:3) |> jsonlite::toJSON() #> Error: C stack usage 7955752 is too close to the limit ```
When working with gargle via a package like googlesheets, failed requests are automatically retried. This is excellent and it means requests almost always make it through. The downside is that...
> > Fortunately, the fix is pretty easy. Each shortcut needs to be encapsulated in a function. The doesn't need to be a named, but it helps and I recommend...
## Description This PR is a follow up to #11383 with the intent of fixing #11520. Prior to #11383, the extension used a `textField` for a path that should be...
Hi @shafayetShafee! This is a small PR that I will improve the ergonomics for anyone wanting to customize the line highlight styles you set, without having to copy your CSS...