Barbara Borges Ribeiro
Barbara Borges Ribeiro
In light of a recent PR (https://github.com/rstudio/shiny/pull/1521), Winston and I were talking that it may be nice to allow a similar thing for `selectizeInput()`. This would entail two things: 1....
## Overview When using `output: html_notebook` **and** `runtime: shiny`, the normal code chunk evaluation sometimes occurs and sometimes doesn't. This is what happens locally. However, if the app is deployed...
This is an issue that has come up in discussion before (in fact the title is verbatim stolen from @yihui 's comment in https://github.com/rstudio/rmarkdown/issues/1213#issuecomment-349420987). I have now bumped into it...
Date ranges can go backward with no indication of error... Maybe even better would be to make it impossible to do so? (though that could break weird existing code?) ##...