Barret Schloerke
|
116559e5a0
|
use utils namespace
|
2018-05-31 10:21:55 -04:00 |
|
Barret Schloerke
|
7818e8ed64
|
white space
|
2018-05-31 10:21:42 -04:00 |
|
Joe Cheng
|
d5754515a6
|
Remove "experimental feature" tag from renderUI
|
2018-04-23 17:05:08 -07:00 |
|
Joe Cheng
|
84aba546bc
|
Fix #2000: Implicit calls to xxxOutput not working inside modules (#2010)
* Fix #2000: Implicit calls to xxxOutput not working inside modules
* Add comment, update NEWS
* Credits in NEWS
|
2018-04-16 16:57:13 -05:00 |
|
Joe Cheng
|
39d3784b9b
|
async support for renderDataTable
|
2018-02-09 11:12:45 -08:00 |
|
Joe Cheng
|
7d29df58f1
|
Support same-tick execution for synchronous outputs
|
2018-02-09 11:12:45 -08:00 |
|
Joe Cheng
|
132f90f45b
|
Support promise domain wrapSync; fix renderPrint visibility
Also introduce promise_chain and hybrid_chain, for assembling chains of
operations without involving magrittr-style operators
|
2018-02-09 11:12:45 -08:00 |
|
Joe Cheng
|
20b82fbf77
|
Cleanup R CMD check
|
2018-02-09 11:12:45 -08:00 |
|
Joe Cheng
|
47bef0f1b0
|
Remove extraneous debugging code
|
2018-02-09 11:12:45 -08:00 |
|
Joe Cheng
|
c1dc662a40
|
"promise" package was renamed to "promises"
|
2018-02-09 11:12:45 -08:00 |
|
Joe Cheng
|
9063133a7b
|
Fix various rendering bugs
|
2018-02-09 11:12:45 -08:00 |
|
Joe Cheng
|
7c845d070b
|
Sync to changes in promise. run_now aggressively in serviceApp.
|
2018-02-09 11:12:45 -08:00 |
|
Joe Cheng
|
8c935ff44e
|
Use proper promise:: prefix
|
2018-02-09 11:12:45 -08:00 |
|
Joe Cheng
|
6345972efe
|
Adapt promise domains to handle multiple arguments
|
2018-02-09 11:11:35 -08:00 |
|
Joe Cheng
|
16242e87a1
|
Some steps toward renderPlot working. Move to promise package instead of system2.5.
|
2018-02-09 11:11:34 -08:00 |
|
Joe Cheng
|
8155320ba5
|
wip
|
2018-02-09 11:09:28 -08:00 |
|
Winston Chang
|
86e9cc4896
|
Add preprocessor for fileInputs that strips local path (#1789)
* Add preprocessor for fileInputs that strips local path
* Update NEWS
* Rename snapshotPreprocess to snapshotPreprocessOutput
* Add snapshotPreprocessInput function
* Remove unnecessary NEWS item
* Update NEWS
* Add getSnapshotPreprocessInput
* Add staticdocs entry for snapshotPreprocessInput
* Add private methods to get snapshotPreprocess functions
* Bump version to 1.0.3.9002
|
2017-07-13 16:07:16 -05:00 |
|
Winston Chang
|
9ba9345b04
|
Add snapshotPreprocess function
|
2017-06-21 14:27:03 -05:00 |
|
Winston Chang
|
1d6771b4ed
|
Unexport markOutputAttrs and add snapshotExclude function
|
2017-01-31 20:24:52 -06:00 |
|
Winston Chang
|
c55dc0a58e
|
Add ability to exclude outputs from snapshots
|
2017-01-31 20:23:34 -06:00 |
|
Winston Chang
|
55a16043e1
|
Merge pull request #1510 from rstudio/joe/feature/debounce
Add reactive debounce and throttle functions
|
2016-12-16 11:10:02 -06:00 |
|
Joe Cheng
|
f7d7ccfd2c
|
Fix unqualified links to other packages
R-devel warns on this now, causes Travis to fail
|
2016-12-15 10:35:46 -08:00 |
|
Joe Cheng
|
c0a298e484
|
Add reactive debounce and throttle functions
|
2016-12-13 17:22:12 -08:00 |
|
Barbara Borges Ribeiro
|
8a2846461b
|
removed extra line at end of example section
|
2016-08-02 03:40:56 +01:00 |
|
Winston Chang
|
f81621aa66
|
Merge pull request #1158 from rstudio/example-cleanup
Clean up examples
|
2016-04-22 13:05:36 -05:00 |
|
Barbara Borges Ribeiro
|
ad1e52bf19
|
got rid of warning that popped up when renderFunc took no arguments; there really isn't a good reason to require this (not at this point at least)
|
2016-04-15 16:49:52 +01:00 |
|
Winston Chang
|
bc7d701298
|
Make examples runnable with shinyApp()
|
2016-04-05 20:53:59 -05:00 |
|
Winston Chang
|
5d6d75b4f3
|
Remove shinyUI() and shinyServer() from examples
|
2016-04-05 15:23:23 -05:00 |
|
Barbara Borges Ribeiro
|
7eb29586a7
|
a few minor tweaks
|
2016-04-03 15:24:17 +01:00 |
|
Barbara Borges Ribeiro
|
5dafdab3d7
|
made the tracker construct - now an R6 class - easier to understand (more obvious); fixed the shinysession and name issues related to the renderFunc's
|
2016-04-01 00:44:14 +01:00 |
|
Barbara Borges Ribeiro
|
4920bff8fd
|
tiny documentation update
|
2016-03-28 18:24:04 +01:00 |
|
Barbara Borges Ribeiro
|
d78edf5dda
|
removed func arg from render functions; fixed issue introduced by rebase a few commits ago
|
2016-03-28 18:19:37 +01:00 |
|
Barbara Borges Ribeiro
|
2d7b729473
|
got rid of unnecessary lines
|
2016-03-28 15:46:55 +01:00 |
|
Barbara Borges Ribeiro
|
0495fe2d71
|
updated renderFunc's to include a shinysession arg
|
2016-03-28 15:31:33 +01:00 |
|
Barbara Borges Ribeiro
|
4462b6bd39
|
changed a warning to an error, following the "fail fast" principle
|
2016-03-28 13:00:11 +01:00 |
|
Barbara Borges Ribeiro
|
80e1edeeb2
|
a better way to check which context the render function is being called from
|
2016-03-28 12:54:54 +01:00 |
|
Barbara Borges Ribeiro
|
03685dbb61
|
added check for valid arguments if passed via outputArgs
|
2016-03-25 00:22:48 +00:00 |
|
Barbara Borges Ribeiro
|
bc15b65538
|
added outputArgs to all other renderXXX functions following the pattern used for renderPlot
|
2016-03-24 22:42:57 +00:00 |
|
Joe Cheng
|
e9ab34a9c1
|
Provide xxxOutput args via renderXXX passthrough
This will allow you to customize outputs when used in an R Markdown
document
|
2016-03-24 22:21:48 +00:00 |
|
Winston Chang
|
2fcb4dbe50
|
Modularize dependency handling in R
|
2016-03-23 15:46:03 -05:00 |
|
Winston Chang
|
66be9004fe
|
Move renderTable to separate file
|
2015-11-05 12:59:04 -06:00 |
|
Winston Chang
|
241a482236
|
Add explicit namespace to non-base functions
|
2015-08-04 12:30:41 -05:00 |
|
Joe Cheng
|
7f442f4206
|
Un-deprecate data table functions until DT stabilizes
|
2015-06-11 23:27:21 -07:00 |
|
Yihui Xie
|
46996eb81c
|
closes #807: add messages of deprecation for DataTables in shiny
|
2015-05-15 18:21:58 -05:00 |
|
Winston Chang
|
a9a6e96a6a
|
Move renderPlot into separate file
|
2015-04-16 23:40:04 -05:00 |
|
Winston Chang
|
48f03e79e2
|
Add brushOptions and hoverOptions functions
Also clean up help for imageOutput and plotOutput, and add examples.
|
2015-03-11 15:37:22 -05:00 |
|
Winston Chang
|
6f5d4a8620
|
Fix off-by-one error in plot pixel coordinates
|
2015-03-10 22:48:57 -05:00 |
|
Winston Chang
|
25e8d080af
|
Use lists instead of named vectors
jsonlite 0.9.14 drops names of named vectors, so we'll use lists instead.
|
2015-03-09 13:29:51 -05:00 |
|
Yihui Xie
|
0f70b5662c
|
remove the list of content types and use mime::guess_type()
also fixes #575
|
2015-03-04 19:58:37 -06:00 |
|
Winston Chang
|
b7acaf9519
|
Convert donttest examples; check for interactive() instead
|
2015-01-22 13:21:23 -06:00 |
|