werkstattcodes

Results 17 issues of werkstattcodes

I am getting a result (ProCredit Banka, ПроКредит Банка) in Cyrillic rather than in Latin letters, although I have specified `language `as `en`. The result should be available in Latin,...

Just encountered some strange behavior: After having changed ggplot's default theme, I can't run UpsetR. Any idea how to control for this? library(tidyverse) #> Warning: package 'tidyverse' was built under...

First, many thanks for the wonderful pdftools package. Second, if my question is more suitable for another forum (i.e. stackoverflow) please let me know. I am trying to extract info...

This is related to issue #194. The reactable I am regularly using/sharing contains data which is color coded, i.e. certain words in a text field have specific colors (using e.g....

enhancement

As previously mentioned, wonderful package! thx again. It would be very convenient if columnGroups would allow selecting columns with tidyselect (contains, starts_with etc). Using the example from the pkg site,...

enhancement

With RStudio 1.4 the active pane is surrounded by a dotted frame (line) (tools > global options > accessibility). Any chance to include it into the themes so that it...

status: planned
type: new
priority: medium

Many thanks for your package! If there is a chance, it would be very helpful to have an interactive version of geom_half_point as provided by the [gghalves ](https://erocoar.github.io/gghalves/) package. Thx.

I would like to change the vertical distance between two lines in a table's source, but the ` line-height` seems not to work. Any idea? Many thanks! ``` r library(reactable)...

First, once again many thanks for all the wonderful packages you've been contributing. I was wondering whether an option like `keep_empty=T` would make sense for `list_rbind`. The use case is...

Hello, I am encountering the error below when trying to install `htmlunit`. Am I missing something? Many thanks for making R such a joy. r ``` > library(remotes) > remotes::install_github("hrbrmstr/htmlunit")...