Carson Sievert

Results 174 issues of Carson Sievert

```r library(animint) mtcars$cyl

Consider the following example: ``` r d

It'd be nice if there was more consistency between the `time`/`duration` options. For example: ``` r d

I'm toying around creating a correlation matrix linked to scatterplots ([source](https://gist.github.com/cpsievert/9969fda38b4b944e85b9) and [output](http://bl.ocks.org/cpsievert/raw/61ab70e7d667e76b04a9/)). Some thoughts I had: (1) Multiple clickSelects would make this easier and more efficient (2) This has...

As described [here](http://vialab.science.uoit.ca/dimpvis/)

enhancement

Something like: ``` r rdrop2::drop_diff("file.txt", version1 = 8, version2 = 10)` ``` The [revisions endpoint](https://www.dropbox.com/developers/core/docs#revisions) will probably be useful for this

rdrop-0.7

Using `tag()` over `HTML()` is would make the return value more customizable and more consistent with the return value of `fa_i()`

Difficulty: ② Intermediate
Effort: ② Medium
Priority: ② Medium
Type: ★ Enhancement

It'd be great if the [main colors and fonts](https://rstudio.github.io/bslib/articles/theming.html#main-colors-fonts) of `{shinyWidgets}` could be themed via `{bslib}`'s [theming options](https://rstudio.github.io/bslib/articles/bs4-variables.html). Here's one example where users might expect `sliderTextInput()`'s accent color to be...