Joe Cheng
86e291f250
Add docs for showReactLog. Un-export writeReactLog.
2013-08-23 13:11:04 -07:00
Winston Chang
40cc5d5242
Doc fixes for R CMD check
2013-08-23 12:07:34 -05:00
Winston Chang
58706df120
Update sliderInput docs
2013-08-23 10:16:05 -05:00
hadley
a5db7d0246
Class output of reactive.
...
Also add print method and test
2013-07-27 11:06:35 -05:00
Joe Cheng
c3895c9bd7
Configurable hover delay type (debounce/throttle)
2013-07-05 17:29:57 -07:00
Joe Cheng
aaa4f66671
Merge pull request #183 from jcheng5/plot-mouse-events
...
Click and hover on static plots. Also, fix retina compatibility and make hover delay configurable
2013-07-04 23:43:54 -07:00
Joe Cheng
6b2ca7dc80
Merge pull request #182 from jcheng5/reactive-poll
...
Implement reactivePoll and reactiveFileReader
2013-07-04 23:31:16 -07:00
Joe Cheng
64a62d7aed
Add doc for workerId param
2013-06-28 13:55:45 -07:00
Winston Chang
d403ec7399
Make hover delay configurable
2013-06-24 16:39:04 -05:00
Joe Cheng
b713057614
Implement click and hover events on static plots
...
plotOutput now takes clickId and hoverId params that tell Shiny
where to send click and hover events for that plot. The server.R
file can listen on input$<clickId> and/or input$<hoverId>. In
both cases, the resulting value will have numeric x and y elements
that indicate the mouse position in user coordinates. In the case
of hover events, it's also possible to have a NULL value which
means the mouse is not currently hovering over the plot.
2013-06-21 16:58:43 -07:00
Joe Cheng
f8e1be8565
Update shiny-package
2013-06-19 13:09:48 -07:00
Joe Cheng
d897df6a30
Implement reactivePoll and reactiveFileReader
2013-06-19 09:16:04 -07:00
Joe Cheng
b1a0ebd531
Add includeCSS and includeScript functions
2013-06-18 17:06:34 -07:00
Joe Cheng
fd3d18f6c5
Add stopApp function, for returning a value from runApp
2013-06-14 22:27:58 -07:00
Winston Chang
44c3024c00
Add option for not using Cairo
2013-06-12 10:56:21 -05:00
Joe Cheng
5ed46c82cb
Document observer methods
2013-06-11 09:18:57 -07:00
trestletech
76b3d314a8
Exported validateCSSUnit function.
2013-06-05 15:15:54 -05:00
Winston Chang
3ea6d97ed2
Documentation updates
2013-06-04 21:21:26 -05:00
Joe Cheng
479297fc35
Add basicPage function; like bootstrapPage with padding
2013-05-23 11:23:28 -07:00
Winston Chang
10996f1cbd
reactiveTimer: don't invalidate when session closed
2013-05-15 15:50:37 -05:00
Winston Chang
622ff3a256
invalidateLater: don't invalidate when session closed
2013-05-15 12:41:07 -05:00
Winston Chang
f10f76d127
Fixes for R CMD check
2013-05-13 10:54:54 -05:00
Winston Chang
0e1139446e
Merge pull request #149 from jcheng5/observer-priorities
...
Add priority levels to observers
2013-05-10 12:03:28 -07:00
Winston Chang
bfa4a46bd5
Merge pull request #154 from wch/tag
...
Add withTags function
2013-05-06 08:46:09 -07:00
Winston Chang
021af0186b
Add withTags function
2013-05-06 10:45:41 -05:00
Winston Chang
96c7df5afa
Documentation fixes
2013-04-24 12:27:35 -05:00
Winston Chang
0c19105fbf
Add dateInput and dateRangeInput
...
Also:
* add initialize() method for input bindings
* cleanups for JShint
2013-04-24 12:18:20 -05:00
Winston Chang
6490705e2a
Clarification of tagList help
2013-04-23 12:06:22 -05:00
Joe Cheng
5f61267f75
Allow integers or numerics for priority
2013-04-19 15:42:18 -07:00
Winston Chang
b6795e5c63
Move actionbutton into Shiny proper
2013-04-18 15:11:13 -05:00
Winston Chang
6715dc2a5d
Merge pull request #139 from wch/set-input
...
Add ability to set inputs from server
2013-04-17 14:58:14 -07:00
Winston Chang
b5f34b30d3
Add documentation for input updater functions
2013-04-10 12:13:53 -05:00
Joe Cheng
c6a344d0d9
Add selected argument to tabsetPanel
2013-03-29 23:14:01 -07:00
Winston Chang
d511b82264
Add imageOutput function
2013-03-15 16:44:18 -05:00
Joe Cheng
dd046f3442
Merge remote-tracking branch 'jcheng5/master'
...
Conflicts:
R/shiny.R
2013-03-13 10:47:06 -07:00
Winston Chang
c58b1a0143
Add parseQueryString function
2013-03-12 14:24:48 -05:00
Joe Cheng
87908313cc
Merge remote-tracking branch 'jcheng5/httpuv'
...
Conflicts:
R/shiny.R
2013-03-11 09:36:47 -07:00
Winston Chang
2459cee57b
Add renderImage function
2013-03-11 09:39:39 -05:00
Winston Chang
7041424f96
Add plotPNG function
2013-03-07 17:12:24 -06:00
Joe Cheng
85ca3a3b27
Update upload docs
2013-03-01 15:54:19 -08:00
Winston Chang
24656713a5
Remove unnecessary function() in renderXX
2013-02-17 12:02:00 -06:00
Winston Chang
945c6080ad
Export exprToFunction
2013-02-14 11:48:01 -06:00
Winston Chang
44590965d1
Add renderXX Rd files
2013-02-14 11:48:01 -06:00
Winston Chang
e406a76b62
Update documentation for renderXX
2013-02-14 11:48:01 -06:00
Winston Chang
a284327bfc
Re-roxygenize
2013-02-12 15:24:50 -06:00
Winston Chang
5fd723cb80
reactive() and observe() now take expressions
2013-02-12 15:24:49 -06:00
Winston Chang
5c626e6957
Documentation fixes
2013-02-12 15:24:39 -06:00
Winston Chang
b595c17d78
observe: add option to start suspended
2013-02-11 19:48:22 -06:00
Winston Chang
8faf5659ee
Re-roxygenize
2013-02-11 18:47:53 -06:00
Winston Chang
81188df7ef
Update runUrl help and re-document
2013-02-07 10:46:20 -06:00