headliner icon indicating copy to clipboard operation
headliner copied to clipboard

Results 15 headliner issues
Sort by recently updated
recently updated
newest added

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 #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:...

https://github.com/rjake/headliner/blob/1ce9ead836c088adb37aeb6fc80d45bcdc6a8bfc/R/headline.R#L4

```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 =...

Add headlines together (give credit to `glue`) ```r headliner::headline(1, 2) + headliner::headline(3,4) # decrease of 1 (1 vs. 2) decrease of 1 (3 vs. 4) ``` Multiple `trend_terms()` and `plural_phrasing()`...

documentation

https://lifecycle.r-lib.org/articles/communicate.html#mark-function-as-experimental ```r #' @description #' `r lifecycle::badge("experimental")` cool_function