Carson Sievert
Carson Sievert
It'd be neat to embed dashR apps inside rmarkdown (via `runtime: dashR`) similar to how one can embed shiny apps via `runtime: shiny`.
Notice how updating takes longer the more you click https://github.com/plotly/dashR/blob/master/inst/tutorial/examples/htmlwidgets/plotly-crosstalk.R
- [ ] Implement * https://github.com/ropensci/drake seems like a promising solution to handle more than just pure functions * If drake doesn't pan out, use https://github.com/r-lib/memoise * Could more be...
I assume this will work out of the box, but we should at least have a small example https://github.com/rstudio/promises
* Heroku - Hopefully @gzork can help out here * Docker - plumber's docs seem to cover this pretty well already https://www.rplumber.io/docs/hosting.html#docker * Custom solution - plumber's docs has a...
Similar to https://github.com/rstudio/shiny/commit/4fa2af72cc74bf72dc807e1d1709b13711a8a635 Perhaps, this could be handled on the fiery-level, @thomasp85?
```r > remotes::install_github("r-lib/cli") Downloading GitHub repo r-lib/cli@HEAD Installing 1 packages: glue Installing package into ‘C:/Users/cpsievert/AppData/Local/R/win-library/4.2’ (as ‘lib’ is unspecified) trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.2/glue_1.6.2.zip' Content type 'application/zip' length 162214 bytes (158 KB)...
It seems as though fiery/routr/reqres based apps don't currently have a mechanism for reporting trace stacks (of errors), which makes debugging complex applications difficult. Here's a minimal example of the...
TODO: why does the exit event *only sometimes* fire after the enter event (seems as though this only happens when printing from RStudio)? Is there a strategy for hiding/showing that...
Perhaps the enter function could trigger an input change which invalidates the corresponding 'output'