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
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
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
trestletech
51befe3e27
Add news
...
and other minor changes from self-review
2019-08-08 15:55:08 -05:00
trestletech
7fe973145d
Test ui/server/app/global sourcing.
2019-08-08 11:44:01 -05:00
trestletech
da3fc276fd
Revert "DI the source function for testing."
...
This reverts commit c2dfea18c4 .
2019-08-08 09:35:07 -05:00
trestletech
c2dfea18c4
DI the source function for testing.
2019-08-06 14:08:25 -05:00
trestletech
4be6bbc681
Load helpers into isolated environment
...
And scaffold out the tests.
2019-08-06 10:49:38 -05:00
trestletech
dc3ed2f79b
Support case-agnostic r/ dir loading
2019-08-05 17:33:07 -05:00
trestletech
5d95c7a9cb
Load helpers in R/ on app startup
...
No support yet for case-sensitive file systems when loading the dir.
2019-08-05 17:25:14 -05:00
Carson Sievert
7caeb60c47
add some historical context in the comment
2019-07-15 16:53:51 -05:00
Carson Sievert
e3aba1b5ff
Introduce removeResourcePath() & throw message if the local path of a resource path has changed
2019-07-15 16:53:51 -05:00
Alan Dipert
1a8b36f06d
selectInput: improve factor handling ( #2524 )
...
* selectInput: handle factor choices, fixes #2515
* Handle complex vectors
* Improve tests
* New item
* Update selectInput() docs to mention factors
* Un-S3-ify listify
* Bracketify the if/else
* Moar Brackets
* Fix travis: we hope
* Use existing asNamedVector function
* Better implementation of asNamedVector
* Clarify comments
2019-07-15 14:51:13 -05:00
Winston Chang
e20544659a
Merge pull request #2523 from rstudio/joe/feature/readable-outputs
...
Support reading of Shiny outputs
2019-07-09 12:19:54 -05:00
Joe Cheng
ad7692ed34
output$xxx should return the actual func passed in
...
...not the frankenstein one we create to clean up the stack trace
2019-07-06 13:20:44 -07:00
Joe Cheng
f9144a4be3
Make output reading compatible with modules
2019-07-05 19:22:41 -07:00
Winston Chang
0fc3b90efb
tham -> than
2019-07-03 20:52:15 -05:00
Winston Chang
25ccc8a77a
Merge pull request #2484 from rstudio/weakref
...
Use weakrefs for reactive value to reactive expression dependencies
2019-07-03 20:49:33 -05:00
Winston Chang
da18390f3e
Import and re-export fastmap::key_missing ( #2517 )
...
* Import and re-export fastmap::key_missing
* Fix for staticdocs index
2019-07-03 15:45:42 -05:00
Winston Chang
eb45f7fcba
Remove outdated information for shinyApp()
2019-06-28 22:31:29 -05:00
Jeff Allen
5fdca29448
Clarify interaction between width/height and CSS/templates ( #2504 )
...
* Clarify interaction between width/height and CSS/templates
* Reword given that height is less likely to be specified in CSS.
2019-06-25 10:56:57 -05:00