Joe Cheng
4c096ac068
Merge pull request #454 from yihui/feature/selectize-more
...
Make `selected` work for server-side selectize input
2014-04-28 15:41:19 -07:00
Jonathan
2c95678be1
Merge pull request #451 from jcheng5/suppress-reactlog
...
Don't send reactlog messages to the client unless showcase mode
2014-04-28 14:52:42 -07:00
Joe Cheng
1a643cecf3
Allow naked renderXXX functions to be used inside other tags
2014-04-28 10:13:16 -07:00
Joe Cheng
aa10b2e8c4
Merge pull request #455 from trestletech/feature/subapp
...
Added extra query param to identify sub apps.
2014-04-28 09:33:37 -07:00
Joe Cheng
0b9317d047
Merge pull request #453 from yihui/feature/nocache
...
Prevent caching conditionally
2014-04-28 09:33:03 -07:00
Yihui Xie
4d58f05f38
fix the warning about stats not being imported in namespace
...
see https://travis-ci.org/rstudio/shiny/builds/23791246
but do we even have to import stats? I guess no; it is part of base R
2014-04-25 18:26:07 -05:00
trestletech
6e879c8156
Added extra query param to identify sub apps.
2014-04-25 11:30:48 -05:00
Yihui Xie
b6ee67aa41
make the selected argument of updateSelectizeInput() work even in the server mode
2014-04-25 02:38:38 -05:00
Yihui Xie
07bed0c7c7
factor out a function columnToRowData() so both updateSelectInput() and selectizeJSON() can use it
2014-04-25 02:37:45 -05:00
Yihui Xie
d2bd59d149
Make meta of length 0 when we are sure there are no dependencies
...
knitr::asis_output() will decide whether x is cacheable by checking length(meta) == 0. Some shiny tags are cacheable, such as numericInput(), because it is pure HTML without dependencies, whereas selectizeInput() is not cacheable due to the dependency on selectize.js.
2014-04-25 01:14:14 -05:00
Yihui Xie
7bdac5a44e
Make sure shiny app objects are not cacheable using asis_output(..., cacheable = FALSE)
...
This commit reverts d08a2507fa
2014-04-25 01:14:08 -05:00
Joe Cheng
51f5db4374
Bump version
2014-04-24 16:38:07 -07:00
Joe Cheng
e395ae6555
Merge branch 'html-deps'
...
Code reviewed by @jmcphers
Conflicts:
DESCRIPTION
R/bootstrap.R
R/reactives.R
2014-04-24 16:37:46 -07:00
Joe Cheng
1df9c498cf
Ensure dep.meta is an array
2014-04-24 16:32:18 -07:00
Joe Cheng
57b3b919a5
Don't send reactlog messages to the client unless showcase mode
2014-04-24 16:05:54 -07:00
Joe Cheng
00c6bbb297
Merge pull request #449 from rstudio/bugfix/knitr-cached-shiny
...
Fail when attempting to insert a Shiny app into a cached knitr chunk
2014-04-24 15:50:05 -07:00
Joe Cheng
b6536a0af3
Merge pull request #445 from wch/str
...
Add str.reactivevalues
2014-04-24 15:49:21 -07:00
Jonathan McPherson
d08a2507fa
fail when attempting to insert a shiny app into a cached chunk
2014-04-24 15:28:07 -07:00
Joe Cheng
8bc8829577
Merge pull request #448 from trestletech/rate-element
...
Add element argument to getRateCallback()
2014-04-24 10:01:42 -07:00
trestletech
c843e6f68c
Bump version
2014-04-24 10:58:36 -05:00
trestletech
84583e5501
Add element argument to getRateCallback()
2014-04-24 10:13:06 -05:00
Winston Chang
4548562138
Fix argument name for S3 method
2014-04-23 15:03:49 -05:00
Joe Cheng
32c170b10a
Remove Rmd examples
2014-04-23 13:02:40 -07:00
Joe Cheng
97dafa0a55
Include html-preserving comments in knit_print
2014-04-23 12:46:56 -07:00
Yihui Xie
0be1ee46f2
do not ignore the names of choices data
2014-04-22 17:58:19 -05:00
Winston Chang
34c9ab7643
Add str.reactivevalues
2014-04-21 21:59:49 -05:00
Joe Cheng
59dbca250f
Fix roxygen
2014-04-21 16:50:06 -07:00
Joe Cheng
4028dbfda1
Do typeset mathjax on initial load
...
Fixes initial load not being typeset on e.g.:
https://gist.github.com/jcheng5/a0d123d58737590ac21e
2014-04-21 13:59:17 -07:00
Joe Cheng
b9dbf610b0
Fix bootstrap themes
2014-04-21 13:16:34 -07:00
Joe Cheng
d443810520
Use html_dependency for date inputs, datatables
2014-04-21 12:35:12 -07:00
Joe Cheng
fcd941d33d
Use html_dependencies for showcase mode
...
For some reason, showcase mode was breaking sliders without this (e.g. 06_tabsets)
2014-04-21 12:34:54 -07:00
Yihui Xie
9c063fa37c
bump version
2014-04-21 01:02:46 -05:00
Yihui Xie
2720cfe346
should use MathJax.Hub.Queue() instead of .Typeset(): finally solved the mysterious race condition issue
...
http://docs.mathjax.org/en/latest/typeset.html
2014-04-21 01:02:05 -05:00
Joe Cheng
c39e38081e
Remove unused class
2014-04-18 16:29:13 -07:00
Joe Cheng
3deb4c3f42
Fix initial dependency handling, fix knit_print
2014-04-18 16:21:13 -07:00
Joe Cheng
6945091238
First attempt at HTML dependency management
2014-04-18 15:18:51 -07:00
JJ Allaire
c758c4785a
bump version
2014-04-17 07:38:06 -04:00
Jonathan McPherson
19269a20fb
fix subapps on portmapped URLs
...
Reviewed by @jcheng5
2014-04-16 13:08:57 -07:00
Joe Cheng
45669cacb1
Merge pull request #434 from jcheng5/private-random
...
Refactor private random seed code
2014-04-15 15:24:41 -07:00
Joe Cheng
840bc52aae
Merge pull request #433 from yihui/selectize/server
...
server-side selectize input
2014-04-15 15:22:11 -07:00
Joe Cheng
bbc36e349f
Merge pull request #439 from jcheng5/feature/uiPattern
...
Add uiPattern param to shinyApp to allow one ui to serve multiple URLs
2014-04-15 15:13:08 -07:00
Joe Cheng
a4325adcdd
Add uiPattern param to shinyApp to allow one ui to serve multiple URLs
...
Reviewed by @jmcphers
2014-04-15 12:53:18 -07:00
Yihui Xie
23f39649d0
Merge pull request #438 from jcheng5/fix-roxygen
...
Fix PriorityQueue error message during roxygenize
2014-04-15 00:12:43 -05:00
Yihui Xie
87b09a534e
Merge pull request #435 from jcheng5/null-input-labels
...
Allow NULL input labels; add actionLink
2014-04-14 22:59:28 -05:00
Yihui Xie
39f0e5ae0c
fix some JShint issues
2014-04-14 22:53:08 -05:00
Yihui Xie
62aaab0926
closes #422 : update the selectize options via updateSelectizeInput(options)
2014-04-14 22:34:48 -05:00
Yihui Xie
cddfe999aa
cosmetic changes (re-indent code)
2014-04-14 22:28:45 -05:00
Joe Cheng
fcbb658ac2
Fix PriorityQueue error message during roxygenize
2014-04-14 15:37:06 -07:00
Joe Cheng
3bbf06ba49
Don't indent HTML during knit_print
2014-04-14 15:31:45 -07:00
Yihui Xie
d9be6f1d2e
implementing the server-side selectize input
...
also added a new method shinysession$registerDataObj(), which was designed to be a general data retrieval method: we can store arbitrary data objects as "downloads", and return arbitrary http response based on the filter function; see renderDataTable() and updateSelectizeInput() for two examples
2014-04-13 00:02:08 -05:00