Mine Cetinkaya-Rundel
d7391b19bc
Convert examples to single file apps ( #1685 )
...
* - Convert all example apps to single file app.R file
- Make relevant updates to Readmes to match up with app.R structure
- Add color to plots (RStudio blue)
- In 04_mpg example: Show outliers by default, as opposed to hide, since this is more routine
- In 06_tabsets and 08_html examples: Don't name random data vector "data"
- Add extensive comments to app.R files and use consistent formatting of comments across examples
- In 09_upload example: Use req() to check for NULL entry
* add news entry summarizing changes
* use true RStudio blue, #75AADB
* Conver shinyApp calls at the end to drop argument name in examples 3-11, except for the custom HTML example. Kept them in for examples 1&2 for completeness in first exporuse to function.
* Pull news items that got added before this PR was merged
* Update comment for shinyApp function -- it creates an app object, doesn't run the app
2017-07-11 14:20:01 -05:00
Winston Chang
73446af330
Convert tabs to spaces in examples
2017-01-26 15:06:15 -06:00
Winston Chang
5d6d75b4f3
Remove shinyUI() and shinyServer() from examples
2016-04-05 15:23:23 -05:00
Joe Cheng
8e5cbde08c
Change example licenses to MIT
2014-03-11 10:49:32 -07:00
Douglas Bates
d11aa1a61c
Update server.R
...
Minor typo
2014-02-12 15:25:30 -06: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
Jonathan McPherson
026cda0071
change DESCRIPTION Type field from ShinyShowcase to Shiny
2014-01-07 11:16:46 -08:00
Jonathan McPherson
f754f028dc
simplify showcase mode setting in DESCRIPTION
2014-01-06 13:43:02 -08:00
Jonathan McPherson
5af1ae1920
reflow comments (and a handful of code lines) to 65 characters
2013-12-30 15:18:21 -08:00
Jonathan McPherson
0ac284009e
add Readme.md files to most examples
2013-12-30 13:05:54 -08:00
Jonathan McPherson
dc0701e21d
update DESCRIPTION files and a Readme; tweak spacing
2013-12-23 16:23:33 -08:00
JJ Allaire
3819ca3a62
add descriptions for examples
2013-12-19 16:59:26 -05:00
Jonathan McPherson
5caf41c067
Merge remote-tracking branch 'origin/master' into feature/showcase-mode
2013-12-16 13:21:59 -08:00
Joe Cheng
ef53a63766
Merge pull request #327 from rstudio/feature/bootstrap-layout
...
fluidPage and fixedPage and related bootstrap layout functions
2013-12-16 09:18:35 -08:00
Joe Cheng
467048a0fc
Fix erroneous comments in 03_reactivity
2013-12-15 15:15:16 -08:00
JJ Allaire
0ea714552a
update examples to use sidebarLayout rather than pageWithSidebar
2013-12-13 07:52:47 -05:00
Jonathan McPherson
66aecee519
fix highlighting for text points inside <SPAN>s
2013-12-12 14:02:53 -08:00
Winston Chang
e26f175a8f
Change reactiveXX to renderXX
2013-02-13 12:11:39 -06:00
Winston Chang
2ea38d6ecc
Clean up instances of reactive() and observe()
2013-02-12 15:24:50 -06:00
JJ Allaire
0d749f333a
don't use as.integer since it's no longer required
2012-07-27 09:34:03 -07:00
JJ Allaire
31b347e8dd
headerPanel now includes a title element and just inserts a plain h1
2012-07-26 07:22:41 -07:00
Joe Cheng
b5a65040b3
Comment tweaks
2012-07-25 15:50:11 -07:00
Joe Cheng
d44289f036
reactiveText -> reactivePrint
2012-07-25 15:30:53 -07:00
JJ Allaire
0f4851e77d
add comment noting immediate rendering of caption
2012-07-25 14:44:54 -07:00
JJ Allaire
391310faa5
add main server comment for examples 3 and 4
2012-07-25 14:26:56 -07:00
JJ Allaire
ab0552f409
different prefix for output comments
2012-07-25 14:21:04 -07:00
JJ Allaire
8e859e53c2
add comments to examples 2 and 3
2012-07-25 14:12:52 -07:00
JJ Allaire
ee05e6ba03
use numeric sequences for example directories
2012-07-25 09:32:32 -07:00