June Choe
June Choe
# Summary This PR aims to have `col_vals_expr()` show columns used in `expr` in the agent report. Example inspired by fn docs: ```r tbl % col_vals_expr(expr = ~ a %%...
Currently, redirecting image relative paths only targets ``: https://github.com/r-lib/pkgdown/blob/3979e7c0afbba4503248dc8a6d04fe0a2e03f26f/R/tweak-tags.R#L82-L91 But it'd be nice if this also targeted the `srcset` attribute of `` tags, which can host variants of an image...
Hey all, I got nerd-sniped on [masstodon](https://fosstodon.org/@jimgar/110791638655324851) by a {camcorder} user who wanted to see support for {gt} tables. This draft PR attempts to add that, with some examples you...
At this point {ggtrace} is probably going to continue developing *against* the cran direction, prioritizing features and convenience for interactive debugging uses, Maybe another development to think about here is...
I like to think that the big unifying theme of the new `0.12.0` release is making validation functions more _dynamic_. Broadly, this came in the form of improved `{tidyselect}` support...
At least in GeomBar (and possibly elsewhere), when an `` aesthetic for bar height is parameterized, the `` class is sometimes dropped. ```r library(ggplot2) p ggplot(aes(x, I(y))) + geom_col() p...
New file `openalexR-coverage.R` tracks `oa2df()`'s coverage of OA entity fields (currently just one draft for the Work entity) New function `get_coverage()` introduces an interface to the coverage information, given an...
The `apc_list` and `apc_paid` fields in a Work object are now returned as a single data frame in the `apc` column of the df output ```r devtools::load_all() x [[1]] #>...
## Issue In `col_factor()`, levels of the factor must be specified in the first argument `levels`, supplied as a vector: ```r x Levels: M F ``` In practice, users may...
## System details: #### Positron and OS details: Positron Version: 2024.08.0 (system setup) build 31 Code - OSS Version: 1.91.0 Commit: 7ee0596b81d578059e63c9af7c535c6b6040b947 Date: 2024-08-10T13:58:22.910Z Electron: 29.4.0 Chromium: 122.0.6261.156 Node.js: 20.9.0...