Carson Sievert

Results 165 issues of Carson Sievert

[This SO response](https://stackoverflow.com/a/42728617/1583084) suggests that the following should work to generate multiple euler plots in shared axes. ```r # devtools::install_github("jolars/eulerr") library(eulerr) library(latticeExtra) p1

enhancement

Before these changes, the modern theme's handle sizing and grid text positioning looks a bit off After these changes, it looks slightly better by default

Making it easier to customize fonts at build time

Screenshot from https://bootswatch.com/quartz/

wontfix

Initial attempt to fix #16

It seems you've made a conscious decision to not display output when re-compiling R markdown. Would you be opposed to adding that option? I think it's helpful to see what's...

For [animint](https://github.com/tdhock/animint), we've been using **servr** and [RSelenium](https://github.com/ropensci/RSelenium) to test whether plots are rendered in the browser the way we expect. Plot rendering requires a file server, so before I...

Currently shiny.js only sends input values tied to output values (e.g., `.clientdata_output_{id}_width`, etc) to the server (i.e., `getCurrentOutputInfo()`) when the _window_ resizes (or if certain Bootstrap events happens). This PR...

Consider a basic input binding: ```R # app.R library(shiny) incrementButton