Kirill Müller
Kirill Müller
Like for `pillar.sigfig` . Challenge: deal with compatibility options.
in README.
How can I use this package to access an installation that doesn't support user-password authentication? Is this a mode of operation you would support?
If output (e.g., `cat Makefile`) contains tabulators, I'd expect them to be represented when I copy to the clipboard. (Searched here for "tabulator", didn't find a matching issue.)
It would be great if the tabsetPanel() stayed on top of the page even when scrolling, and if the file list remembered its scroll position after returning from a file...
...to, say, 10 lines? We could use getOption("tibble.print_min") and getOption("tibble.print_max"), too.
and makes importing both difficult: ```r #' @rawNamespace import(shiny, except = runExample) #' @rawNamespace import(shinyjs, except = runExample) ``` Would you consider renaming it to `runJsExample()`? This looks like a...
Problem: `.` is available as a placeholder for the LHS in a magrittr pipe, there's no such thing for the built-in pipe `|>` in R 4.1. For functions with named...
From my experience, I almost always combine vectors of same lengths, or a vector and a scalar, in arithmetical and logical operations. It's very rare that I combine two vectors...