Antoine Fabri

Results 289 issues of Antoine Fabri

Will be closed by #488 after Gabor merges https://github.com/r-lib/cli/pull/727 cc @wurli

I have an object with this value and UTF-8 encoding: `"ΓÇÿR6ΓÇÖ"` The first and last characters are most likely opening and closing non ascii quotes or double quotes. I want...

We use Sys.time(), we should use proc.time(), and we should be able to choose which time to measure (choose one or more between user, system and elapsed). For the clock...

I wonder how readable it would be. We use `cli::cli_highlight()` for beautiful formatting, with a background color for return, stop, and control flow. In the terminal it seems to go...

in dev tools `load_all()`, `document()`, `test()`, `check()`, maybe more, have a `pkg` argument that I use quite a lot when I'm working on related repos simultaneously. To use usethis functions...

It is used by rounding functions and would be helpful as a separate function. The `digits` argument in particular should be well documented (how `-3` rounds on minutes etc)

help wanted :heart:

The `round_hms()` and `trunk_hms()` functions have a `secs` argument used to round or truncate to the closest multiple. This expects an atomic number, but it would be great if we...

``` r cat(cli::code_highlight(c("x\t+1"))) #> x +1+1 ``` Created on 2025-03-17 with [reprex v2.1.0](https://reprex.tidyverse.org)

bug