Results 51 issues of Jake

In the examples and my own code, I see `` in the output https://lifecycle.r-lib.org/reference/deprecate_soft.html#ref-examples ``` deprecate_warn("1.0.0", "foo()") #> Warning: `foo()` was deprecated in 1.0.0. ``` I think it's not finding...

documentation

Very cool to find this package as I'm trying to make some maps with proportional pie charts. Is it possible to get this to use data that has a categorical...

This is the use case I mentioned at the RStudio conference. I'd like to find functions called as arguments in apply functions or in something like `switch()` ```r file_lines

I'm excited to try out these functions. When I try the examples in your vignette, I get this error: ```r envirDependencies("package:plyr") # Error in par(oldpar) : # invalid value specified...

https://github.com/rstudio/cheatsheets/blob/main/.github/CONTRIBUTING.md https://www.rstudio.com/resources/cheatsheets/

Look into work by Alex Rossell Hayes - [`and`](/rossellhayes/and) - supports 84 languages - [`nombre`](/rossellhayes/nombre) - numbers as text (english) - [`plu`](/rosselhayes/plu) - plurality (english)

see: * `marketplace/check-for-changed-files` - https://github.com/marketplace/actions/check-for-changed-files * `Foodee/pr-includes-file-change` https://github.com/Foodee/pr-includes-file-change * `release-drafter/release-drafter` (see [sqlfluff](https://github.com/sqlfluff/sqlfluff/blob/main/.github/workflows/add-to-release-notes.yml)) * `marketplace - other` - https://github.com/marketplace?type=actions&query=file+change+

Fixes #91 Fixes #92

Fixes #50 Users can now set default values in their session for `headliner(..., headline = "", orig_values = "")`. I used `ggplot2::theme_set()` as my inspiration. See [here](https://github.com/tidyverse/ggplot2/blob/9741da5050f81b7b5c012c56d02f45fc93d68f89/R/theme-current.R#L85-L96) and [here](https://github.com/tidyverse/ggplot2/blob/9741da5050f81b7b5c012c56d02f45fc93d68f89/R/ggplot-global.R#L1-L9). Essentially:...

```r # this returns TRUE expect_message( data.frame(new = 18:22/100, old = 0.2) |> add_headline_column(new, old, return_cols = c(x, y)) ) # even though this doesn't print a message data.frame(new =...