Joe Cheng
fcbb658ac2
Fix PriorityQueue error message during roxygenize
2014-04-14 15:37:06 -07:00
Jonathan McPherson
6a9cba90f4
have validateCssUnit treat unit-free character strings as pixel units
2014-04-11 12:59:15 -07:00
Jonathan McPherson
81bd57c5ea
emit appropriate warnings in R Markdown mode; collect <head> contents
2014-04-11 10:53:25 -07:00
Joe Cheng
f67849eb47
Doc cleanup
2014-04-09 17:10:37 -07:00
Joe Cheng
f8bf146b6c
Render functions can be inserted directly into .Rmd
...
All render functions need to call markRenderFunction on their
return values for this mechanism to work.
Also:
- Remove runRmdContainer (it's moved to rmarkdown)
- Remove some bad .Rbuildignore entries
- Make height/width in shinyApp respected
2014-04-09 14:53:56 -07:00
Joe Cheng
6b9ae3a8b3
Move "@include globals.R" directives to top; slight doc fixes
2014-04-08 15:39:57 -07:00
Joe Cheng
07f73030c6
More reactive domain work
...
- observers' autodestroy behavior is now optional
- tests
2014-04-08 14:47:32 -07:00
Joe Cheng
e5e54fe4c1
Implement reactive domains
2014-04-07 21:55:05 -07:00
Joe Cheng
29c0f9a43a
Ignore additional knit_print parameters
2014-04-07 17:10:44 -07:00
Joe Cheng
df34dcdb0c
Pass R CMD check
2014-04-03 19:37:45 -07:00
Joe Cheng
81b6fbe263
Remove obsolete print.shiny.appdir
2014-04-03 01:51:30 -07:00
Joe Cheng
b187485172
Major refactor of runApp/addSubApp pipeline
...
- shinyUI and shinyServer calls are no longer required in ui.R and server.R
- shinyAppObj renamed to shinyApp
- runApp can take pathname, list(ui=..., server=...), shinyApp, and shinyAppDir
as appDir argument
- Unify all Shiny app representations around shiny.appobj
- BREAKING CHANGE: shinyUI no longer has a "path" argument
- Instead of returning UI, ui.R can return a function that returns UI; it will
be invoked each time the page is requested. (Note that this is NOT the same
as saying ui.R will be run each time the page is requested.) The function can
take either no args or a single "req" arg which is the request.
2014-04-03 01:42:01 -07:00
Joe Cheng
b449d9759c
Minor doc updates
2014-04-01 23:02:22 -07:00
Joe Cheng
fd7b54fb77
Clean up exports, examples
2014-03-31 16:40:17 -07:00
Joe Cheng
7e3717243f
Merge remote-tracking branch 'origin/master' into multiple-apps
...
Conflicts:
staticdocs/index.r
2014-03-31 12:08:59 -07:00
Joe Cheng
cc3cd2c141
Implement Shiny apps embedded as iframes in knitr
2014-03-31 10:03:22 -07:00
Yihui Xie
194d8a05f8
using the latest master of klutometis/roxygen (d823c3a088b20ea5e38a60d78d42ccbe9f1e1eec)
...
Rd text for arguments is no longer wrapped by default
2014-03-24 23:46:46 -05:00
Winston Chang
a69517519c
Add more information to selectInput docs
2014-03-21 16:30:25 -05:00
Yihui Xie
e886558cbb
roxygenize
2014-03-03 12:02:39 -08:00
Yihui Xie
a1e81db597
roxygenize
2014-02-25 19:25:48 -06:00
Yihui Xie
c1b18098f1
Revert "add selectize=TRUE to selectInput(), instead of adding a separate function selectizeInput(), per suggestion of @jjallaire"
...
This reverts commit d3115a3bf3 and closes #404
2014-02-25 19:25:33 -06:00
Yihui Xie
82a1dad22a
roxygenize
2014-02-25 15:45:59 -06:00
Yihui Xie
7117f9e058
closes #392 : options in renderDataTable() can also take a function to return a list
2014-02-20 16:55:44 -06:00
Yihui Xie
d3115a3bf3
add selectize=TRUE to selectInput(), instead of adding a separate function selectizeInput(), per suggestion of @jjallaire
2014-02-19 12:04:23 -06:00
Yihui Xie
5c34aa0bb5
remove includeMathJax() and use withMathJax() instead, per suggestion of @jcheng5
2014-02-17 18:52:25 -06:00
Joe Cheng
9770bd8005
Tweak two Rd titles
2014-02-17 16:01:57 -08:00
Yihui Xie
f60a64c8db
instead of assuming fnFooBar should be evaluated, let's use I() explicitly
2014-02-11 23:12:19 -06:00
Yihui Xie
c0f7ba9d46
use Rd2roxygen to convert the two manually written Rd files to roxygen comments, so that all Rd files are automatically generated from roxygen2 now
2014-02-11 22:59:37 -06:00
Yihui Xie
c4edae8196
using roxygen2 4.0.0: the spurious changes are due to klutometis/roxygen#184 (text in Rd is no longer wrapped by default)
2014-02-11 22:59:37 -06:00
Joe Cheng
e37a5d0394
Merge remote-tracking branch 'jcheng5/feature/absolute-panel'
...
Conflicts:
NEWS
man/validateCssUnit.Rd
2014-02-11 14:17:58 -08:00
Yihui Xie
e5a8e77e2a
Merge pull request #364 from yihui/feature/mathjax
...
closes #25 : a new function includeMathJax()
2014-02-11 16:06:48 -06:00
Yihui Xie
e9ae16e534
closes #25 : a new function includeMathJax()
2014-02-11 15:59:23 -06:00
Jonathan McPherson
f5c196d717
allow display.mode to be provided for examples
2014-02-10 10:40:34 -08:00
Joe Cheng
3b90eed89f
Add check for staticdocs index correctness
2014-02-05 13:45:25 -08:00
Joe Cheng
9828c8b787
Minor doc tweaks
...
- Combine sliderInput and animationOptions topics
- Provide better staticdoc index descriptions
Sorry for the big diff, that's due to using a newer version of roxygen.
2014-02-05 13:23:57 -08:00
Joe Cheng
33ed89a036
Merge pull request #363 from yihui/text-output-container
...
fixes #90 : textOuput() can be put in any tag now
2014-02-03 16:44:08 -08:00
Joe Cheng
77f6be1a8b
Fix URL for slider number format details
...
Fixes issue #384
2014-02-03 16:37:22 -08:00
trestletech
3b946b1c69
Removed deprecated function documentation.
2014-01-14 21:26:04 -06:00
trestletech
14df829f18
Update inputHandler docs, revamped tests.
2014-01-14 21:19:12 -06:00
trestletech
788d024be6
Define a non-S3 input registry.
...
Revises the approach taken in #233 .
!! No longer casts NULLs in incoming JSON to NA.
2014-01-14 18:02:19 -06:00
Joe Cheng
dce66945ec
Merge pull request #340 from yihui/bug/null-choices
...
fix the bug when choices=NULL in updateCheckboxGroupInput()
2014-01-11 13:43:05 -08:00
Yihui Xie
06d2df8211
fixes #90 : textOuput() can be put in any tag now
...
for the example, we use <span>, which is allowed in <h3>
2014-01-10 20:54:28 -06:00
Joe Cheng
158db1532b
Merge remote-tracking branch 'origin/master' into feature/absolute-panel
...
Conflicts:
DESCRIPTION
2014-01-08 09:32:14 -08:00
Jonathan
6abfdb59c6
Merge pull request #352 from rstudio/feature/showcase-mode
...
Add Shiny Showcase mode
2014-01-08 09:11:24 -08:00
Jonathan McPherson
009d1f9ced
make runApp arg take precedence over DESCRIPTION for setting showcase mode
2014-01-08 08:55:30 -08:00
Yihui Xie
555fba6598
Merge pull request #348 from rstudio/feature/navbar-input-binding
...
add id parameter to navbarPage (support for tab input binding)
2014-01-07 20:47:44 -08:00
Jonathan McPherson
32381679f2
update display.mode parameter and width for inputs
2014-01-07 15:50:43 -08:00
Jonathan McPherson
fb41ed5a86
make display.mode symmetric with DisplayMode in DESCRIPTION
2014-01-06 15:56:53 -08:00
Yihui Xie
bcecb8cd76
roxygenize
2013-12-31 16:48:17 -06:00
JJ Allaire
08fe74675b
update docs on updateTabsetPanel to reflect it's applicablity to navbarPage and navlistPanel
2013-12-25 15:16:52 -05:00