Carson
1c8071a96f
Add shiny.resourcePathChanges option to get more information about resource path changes for a given prefix.
...
Closes #2584
2019-09-05 13:44:21 -05:00
Joe Cheng
769c32fd38
Merge pull request #2580 from hadley/shinyApp-docs
...
shinyApp() documentation improvements.
2019-09-04 08:12:17 -07:00
Hadley Wickham
f1f18a2334
Clarify required argumented to shinyApp()
...
This does technically change the interface as `shinyApp(server = function(input, output) ...))` would have previously worked, but it didn't generate a useful app.
Fixes #2462
2019-09-04 09:57:19 -05:00
Hadley Wickham
afc556f801
More details about server argument
...
Fixes #2508
2019-09-04 09:46:57 -05:00
Hadley Wickham
7f240839fc
Document shiny.appobj in own file
...
Fixes #2458
2019-09-04 09:44:48 -05:00
Winston Chang
91cab10ff8
Remove Sys.sleep in runApp()
2019-09-03 15:09:51 -05:00
Joe Cheng
5828ea7426
Merge pull request #2577 from hadley/print-methods
...
Implement two missing print methods
2019-09-03 08:14:51 -07:00
Joe Cheng
80ba147168
Merge pull request #2566 from rstudio/fix-statichandler-backslash
...
Disallow backslash in staticHandler paths
2019-09-03 07:50:35 -07:00
Joe Cheng
a23c5f151f
Merge pull request #2569 from hadley/pageWithSidebar
...
Soft-deprecate pageWithSidebar() and headerPanel()
2019-09-03 07:49:29 -07:00
Joe Cheng
cab3601474
Merge pull request #2568 from hadley/doc-combine
...
Document all sidebar UI components together
2019-09-03 07:48:44 -07:00
Hadley Wickham
eb0162dccf
Add basic print method for shiny.render.function
...
So at least the user isn't exposed to a bunch on internals
2019-09-03 09:17:02 -05:00
Hadley Wickham
a415aed7e6
Implement print.reactivevalues
2019-09-03 09:13:43 -05:00
Hadley Wickham
21b0d38b57
Minor formatting tweaks
2019-09-02 09:14:15 -05:00
Hadley Wickham
1ec7f22b5f
Alphabetise options
2019-09-02 09:03:46 -05:00
Hadley Wickham
346c5e4a4c
Merge shinyOptions and shiny-options
...
Including an alias so that ?"shiny-options" will continue to work.
Fixes #2544
2019-09-02 08:59:58 -05:00
Hadley Wickham
96494a22f9
Soft-deprecate pageWithSidebar() and headerPanel()
...
Fixes #2452
2019-08-29 08:27:36 -05:00
Hadley Wickham
0813789e2a
Cross-link tabPanel() to navbarPage()
2019-08-29 08:15:19 -05:00
Hadley Wickham
98ca820ab1
Document sidebarPanel() and mainPanel() with sidebarLayout()
2019-08-29 08:09:22 -05:00
Hadley Wickham
81ca9d9f29
Co-locate all sidebarLayout() functions
2019-08-29 08:00:40 -05:00
Hadley Wickham
16fe0019f9
Clarify the three inputs to width/height
2019-08-29 07:30:09 -05:00
Barret Schloerke
5fa650ab75
Merge pull request #2559 from rstudio/barret-trim-showcase-info
...
Reduce the information sent to shiny showcase
2019-08-28 17:27:16 -04:00
Winston Chang
564c2a0f16
Disallow backslash in staicHandler paths
2019-08-28 15:42:09 -05:00
trestletech
aadf2eb609
Merge remote-tracking branch 'origin/master' into jeff/feature/helpers
2019-08-28 10:29:32 -05:00
trestletech
0066cff652
- update NEWS
...
- only source global in server.R mode
- only use intermediary environment if opted-in to autoloading.
2019-08-28 10:20:42 -05:00
trestletech
f872a0c80a
Only use loadSupport if opted-in to autload.r
2019-08-28 10:15:11 -05:00
trestletech
6167247ea2
Fix default param
2019-08-27 15:59:27 -05:00
Barret Schloerke
0332e52501
remove unneeded method roxygen tag
2019-08-27 16:50:33 -04:00
trestletech
0c23f78ab7
Make loading helpers opt-in.
2019-08-27 15:29:58 -05:00
Barret Schloerke
7624449644
add import htmltools statement
2019-08-27 16:17:20 -04:00
Barret Schloerke
97309e8c4c
execute tools/updateHtmltoolsMan.R
2019-08-27 14:44:39 -04:00
trestletech
7c10fc3514
Merge remote-tracking branch 'origin/master' into jeff/feature/helpers
2019-08-27 12:54:06 -05:00
Jeff Allen
494ef42aa8
Clarify docs
2019-08-27 17:46:17 +00:00
Barret Schloerke
1465f1d237
add roxygen tag to enforce s3 method for checking
2019-08-26 15:27:36 -04:00
Joe Cheng
21b18d107a
Merge pull request #2166 from rstudio/unexport-knit-print
...
Un-export knit_print methods from htmltools
2019-08-26 14:29:16 -04:00
Joe Cheng
cc2173c587
Merge pull request #2555 from rstudio/wch-fix-invalidatelater-leak
...
Fix invalidateLater memory leak
2019-08-26 13:51:34 -04:00
Winston Chang
3ffab69ad6
Register shiny's knit_print methods on load
2019-08-26 11:28:19 -05:00
Winston Chang
58a662bd35
Merge branch 'master' into unexport-knit-print
2019-08-26 11:04:40 -05:00
Barret Schloerke
eb55c256c7
only send requried information across wire to browser for showcase mode
2019-08-26 10:52:27 -04:00
Winston Chang
b07e553b9e
Merge pull request #2557 from rstudio/barret-upgrade-bootstrap-jqui
...
Upgrade Bootstrap (v3.4.1) and jQuery (v3.4.1)
2019-08-23 12:19:16 -05:00
Winston Chang
2d61709de3
Update reactiveValuesToList documentation
2019-08-23 11:48:29 -05:00
Barret Schloerke
b595c3b902
update htmldeps versions for jquery and bootstrap
2019-08-23 12:47:20 -04:00
Winston Chang
0078945b79
Fix link
2019-08-23 10:00:55 -05:00
Alan Dipert
a6149390a0
Fix selectInput/selectizeInput handling character(1) options ( #2540 )
...
* selectInput/selectizeInput: Fix handling of character(1) choices
* Re-document
* Add .github to .Rbuildignore
* Expand comment, don't import stats
* Add test for 013-selectize regression
* Expand comment
* Split listify into series of passes
* Thouroughly overhaul and comment choicesWithNames()
* No recursion
* Comment new "flat" choice processing machinery
* Remove unneccesary test of choice tree with depth > 2
* Test for choices idiomatically
* Tweak comment for asCharacter
* Comment odd test, add a new test for single-item list
* Handle empty non-lists correctly, add test
* Add test ensuring empty lists come back named
* Add comment/assertion stipulating processGroupedChoices() takes only lists
2019-08-22 21:23:38 -05:00
Carson Sievert
33cdc75810
Throw an informative warning if a subdirectory of www clashes with another static path ( #2434 )
...
* Throw an informative warning if a subdirectory of www clashes with another static path, fixes #2433
* check all pairwise combinations of resource mappings
* Check for www subdir conflicts at startApp() time
* fix warning message
* review feedback; update news
2019-08-22 16:58:41 -05:00
Winston Chang
2dbb0fca85
Merge branch 'master' into resources
2019-08-22 16:12:58 -05:00
Winston Chang
dc6f1a0c10
Fixes for R CMD check
2019-08-22 15:21:04 -05:00
Winston Chang
39ee4513c6
Fix invalidateLater memory leak. Closes #2267
2019-08-19 12:21:12 -05:00
trestletech
d2deda238a
Move global.R sourcing into an exported load function
2019-08-14 14:25:05 -05:00
trestletech
7317a8304f
Only load top-level R files in R/
...
Ignores nested directories to better follow R package conventions. We want to align well so that this structure is portable to golem.
2019-08-12 15:03:50 -05:00
trestletech
5ea9d70fb4
Require capitalized R/ dir.
2019-08-12 14:59:16 -05:00