Barbara Borges Ribeiro
3adbebc3d9
document similar things together; add prependTab and appendTab
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
a4c086f51b
now working for navbarPage and navlistPanel
2017-08-04 15:10:08 +01:00
Barbara Borges Ribeiro
2813e0b706
update examples
2017-08-04 15:09:00 +01:00
Barbara Borges Ribeiro
b94efe81e4
finish insertTab
2017-08-04 15:09:00 +01:00
Barbara Borges Ribeiro
20bff18bd4
changes
2017-08-04 15:09:00 +01:00
Winston Chang
ba5c5ef4fb
Move isRunning function to better location
2017-07-27 14:56:01 -05:00
Barbara Borges Ribeiro
aff3ac0bb3
Add onStop function ( #1770 )
...
* NEWS item
* added `onStop` arg to `shinyApp()` (and renamed our internal `onEnd` - which is what was calling `on.exit()` already - to `onStop` as well)
* added onStop() function
* add entry for documentation
* make it work for all possible app structures (interactive, saved as app.R, saved as ui.R and server.R)
* fix #1772 : make sure `onStart` works in all scenarios
* update NEWS
* improved wording
* more wording
* and more wording
* don't stop execution if a `onStop` callback function results in an error
* remove "(all sessions have been disconnected)" because it's misleading
* add @seealso documentation
* shamefully forgot to Cmd Shift D
* change code place
* Code review feedback
* onStop: use session argument instead of scope
2017-07-27 14:54:55 -05:00
Winston Chang
cb7627c736
Update NEWS and add comment
2017-07-27 13:13:31 -05:00
Kevin Ushey
f731a5cae4
work around RStudio debugger issue ( closes #1474 )
2017-07-27 10:37:56 -07:00
Winston Chang
07cb7c9305
Add 'setSerializer' function ( #1792 )
2017-07-18 17:01:06 -05: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
4708b44c59
Don't reduce warn level when running app. Fixes #1680
2017-07-12 19:29:49 -05:00
Winston Chang
4cb428bb92
Add a function to test if an app is running ( #1785 )
...
Squashed commit of the following:
commit 8667bed8962069a5cab8691f981e2b7ba9d449c3
Author: Winston Chang <winston@stdout.org >
Date: Tue Jul 11 14:36:11 2017 -0500
Edits
commit c4e8549ca5
Author: Konrad Rudolph <konrad.rudolph@gmail.com >
Date: Fri Jul 7 17:57:33 2017 +0100
Describe changes
commit 7b05c2e60f
Author: Konrad Rudolph <konrad.rudolph@gmail.com >
Date: Fri Jul 7 17:54:40 2017 +0100
Add new function to doc index
commit eb93ebfad8
Author: Konrad Rudolph <konrad.rudolph@gmail.com >
Date: Fri Jul 7 17:54:30 2017 +0100
Add documentatio for new function
commit 1a6c8a4d72
Author: Konrad Rudolph <konrad.rudolph@gmail.com >
Date: Fri Jul 7 17:53:13 2017 +0100
Add a function to test whether the app is running
2017-07-11 14:36:59 -05:00
Joe Cheng
db9e56d1ca
Merge pull request #1768 from rstudio/wch-fix-with-private-seed
...
Fix withPrivateSeed
2017-07-11 12:17:02 -07:00
Winston Chang
ea407fb2ea
Don't include xtable comment in renderTable by default
2017-06-27 15:05:31 -05:00
Winston Chang
fca5b0529a
Remove reinitalizeSeed
...
This function is no longer needed because the minimum R vesion supported by Shiny is 3.0.2.
2017-06-27 10:30:50 -05:00
Winston Chang
24e84f3866
Prevent private random stream from leaking out. Fixes #1763
2017-06-26 21:59:51 -05:00
Winston Chang
c1c8e46c09
Refactor withPrivateSeed
2017-06-26 21:59:51 -05:00
Winston Chang
8591e4f301
Add working app for conditionalPanel example
2017-06-23 10:14:32 -05:00
Alan Dipert
10db7ad89c
Support modules in conditionalPanel ( #1735 )
2017-06-23 10:12:15 -05:00
Winston Chang
6d5ecbc9c4
Fix indentation
2017-06-22 13:18:05 -05:00
Winston Chang
ea685a5686
Don't send local package path to client when using htmlwidgets ( #1756 )
...
* Don't send local package path to client when using htmlwidgets. Fixes #1755
* Add scrubFile option
2017-06-22 13:16:19 -05:00
Winston Chang
9ba9345b04
Add snapshotPreprocess function
2017-06-21 14:27:03 -05:00
Winston Chang
25298a6182
In test mode, send message to client even when no outputs change ( #1747 )
...
* In test mode, send message to client even when no outputs change
* Update NEWS.md
2017-06-20 13:50:28 -05:00
Carl Ganz
8b5d12b958
Add placeholder parameter to updateTextInput ( #1742 )
...
* add placeholder parameter
* add js placeholder code
* roxygenize
* grunt
* fix updateCheckBoxInput not to use placeholder
* simply roxygen
* add NEWS
* revert grunt
2017-06-15 22:00:39 -05:00
Alan Dipert
c29846a9da
fileInput: Preserve extension of files uploaded from IE9 ( #1717 )
...
* fileInput: IE addendum to #1706
- Attempt to preserve the extension of files uploaded from IE9.
* maybeMoveIEUpload: Fix if spacing
2017-06-15 13:47:21 -05:00
Barbara Borges Ribeiro
fb79b18002
More descriptive NEWS item and added an explanatory comment to the code
2017-06-07 13:28:51 -07:00
Barbara Borges Ribeiro
3841f22108
Fixed #1546 : make it possible (without any hacks) to write arbitrary data into a module's session$userData
2017-06-07 12:11:05 -07:00
Alan Dipert
d0f29cc7a2
fileInput: If possible, retain uploaded file extensions on the server. ( #1706 )
2017-05-26 11:16:02 -05:00
Winston Chang
66a6097a49
Give each ReactiveVal separate dependents. Fixes #1710
2017-05-22 10:34:27 -05:00
Winston Chang
0e529d3d92
Fix partial arg match. Closes #1701
2017-05-10 10:08:05 -05:00
Winston Chang
36ffebd975
Workaround for NOTE about objects in yet-unreleased version of ggplot2
2017-04-25 15:33:10 -05:00
Winston Chang
deb56539fb
Better reactivePoll example. Closes #1678
2017-04-25 10:48:29 -05:00
Winston Chang
af8d099b9f
Don't call body(NULL). Fixes #1676
2017-04-24 13:42:22 -05:00
Joe Cheng
e1b47eca90
pre-built => prebuilt
2017-04-18 11:09:45 -07:00
Joe Cheng
77712b6664
Use RStudio replacement for deprecated MathJax CDN ( #1664 )
...
* Use RStudio replacement for deprecated MathJax CDN
* Add link to PR
2017-04-12 14:41:21 -05:00
Barbara Borges Ribeiro
d112ac7eef
fix documentation (worng/misleading code example)
2017-04-05 17:58:39 -05:00
Barbara Borges Ribeiro
dae11765bc
allow the choices argument in checkboxGroupInput() to be NULL ( #1652 )
...
* allow the `choices` argument in `checkboxGroupInput()` to be `NULL` or `c()` to keep backward compatibility with Shiny < 1.0.1 (fixes #1649 )
* use vapply
* added one more test; reimplemented logic for checking if choice args are null
2017-04-05 10:12:44 -05:00
Joe Cheng
ba1730d26b
Add CC-BY-SA-4.0 license to showcase
2017-04-03 10:18:04 -07:00
Barbara Borges Ribeiro
4ee4adb43d
doc changes
2017-03-27 21:12:46 +01:00
Winston Chang
f78fcd6b5f
Remove need for babel-polyfill
2017-03-27 15:02:03 -05:00
Barbara Borges Ribeiro
d62a2fc1d5
Allow arbitrary UI code in the choiceNames for radio buttons and checkbox group input ( #1521 )
2017-03-27 16:51:44 +01:00
Barbara Borges Ribeiro
f33f712a3a
fix typo
2017-03-27 10:00:47 +01:00
Joe Cheng
3315b3310b
Merge pull request #1614 from rstudio/joe/feature/reactiveVal
...
Add reactiveVal() for single reactive value
2017-03-24 13:08:47 -07:00
Winston Chang
f36f710661
Make sure reactiveTimer gets session at creation time. Fixes #1621
2017-03-24 13:47:25 -05:00
Winston Chang
750b2ad599
Make fileInput text customizable. Closes #1617
2017-03-23 14:31:31 -05:00
Joe Cheng
511c833fbb
More code review feedback
2017-03-23 10:29:29 -07:00
Joe Cheng
29063a0c07
Code review feedback
2017-03-23 10:24:06 -07:00
Joe Cheng
dc51651665
Add S3 generics for format/print; freezeReactiveVal
...
Also changed the classes of reactive expressions and reactiveVal
from "reactive" and "reactiveVal" to c("reactiveExpr", "reactive")
and c("reactiveVal", "reactive")
2017-03-22 11:29:22 -07:00
Joe Cheng
8b563d6d5f
Fix regex for old versions of R
2017-03-22 10:37:16 -07:00