Kirill Müller

Results 607 issues of Kirill Müller

e.g. ``ℹ Use `print(n = ...)` to see more rows`` . CC @juliasilge.

- [x] Resolve all tasks in `cran-comments.md` - [ ] Run `fledge::release()` - [ ] When the package is accepted on CRAN, run `fledge::post_release()`

Specify color (foreground and background) for: - subtle style (perhaps in the `gray##` syntax) - rowid style - negative numbers - `NA` - groups of three digits Could be implemented...

``` r pillar::pillar(" 1234567890 ", width = 8) #> #> #> " 12345… pillar::pillar(" 1234\n", width = 8) #> #> #> " 1234\… ``` Created on 2022-06-30 by the [reprex...

First three elements only, if there's space. https://github.com/tidyverse/tibble/issues/892#issuecomment-857808385 Closes tidyverse/tibble#892.

help wanted

- [ ] Test coverage per file, https://gist.githubusercontent.com/krlmlr/30a3c07d5114cde39236b2c08d69c873/raw/91c5c0ed39badb7c0e233e0b0fd44d7d08bfcb46/ - [x] Avoid iris - [ ] Blog post? - [x] Benchmark and profile again - `bench.R` -

Should we show "non-significant" digits if there's space, perhaps as an option and in "subtle" style? Current behavior: ``` r options(digits = 3) data.frame(x = 10.05 * c(100, 10, 1,...

help wanted

- For numbers: e.g. 100.001, 100.002, 100.003, https://github.com/r-lib/pillar/issues/97#issuecomment-363699335 - For strings: e.g. "abcde", "abcdf", "abdfe", https://github.com/r-lib/pillar/issues/97#issuecomment-363699335, https://github.com/r-lib/pillar/issues/101 Should we implement a class that applies subtle styling to the parts of...

help wanted

This PR collects a few long-planned breaking changes: - Hard-deprecates `colonnade()`, `squeeze()`, `extra_cols()` (#272, #374) - see https://github.com/cynkra/dm/issues/685 for the new API to customize pillar output - Hard-deprecates `expect_known_display()` (#460)...