Yihui Xie
23bf9aaf17
Merge pull request #526 from rstudio/bugfix/plot-captures-output
...
Revert "tweak after #492 : capture.output() does withVisible() and print(...
2014-06-24 13:40:45 -05:00
Joe Cheng
1983f60ec6
Revert "tweak after #492 : capture.output() does withVisible() and print() if necessary"
...
This reverts commit 451f950d0d .
Too-aggressive capture.output was causing browser() not to work in
renderPlot().
2014-06-24 06:09:36 -07:00
Yihui Xie
27f8909406
bump version
2014-06-19 13:50:39 -05:00
Yihui Xie
9988206911
add news for #512
2014-06-19 13:50:06 -05:00
Joe Cheng
31fe1fdfa6
Merge pull request #523 from rstudio/feature/navbarPage-windowTitle
...
Add windowTitle parameter to navbarPage
2014-06-19 10:45:01 -07:00
Joe Cheng
77b125ce2d
Add windowTitle parameter to navbarPage
...
Fixes #493
2014-06-19 09:36:50 -07:00
Joe Cheng
6e68e07aa2
Merge pull request #512 from yihui/feature/inline-output
...
Inline output in R Markdown documents
2014-06-19 09:20:13 -07:00
Yihui Xie
86bb010a93
roxygenize
2014-06-19 00:24:10 -05:00
Yihui Xie
4a623b596b
ignore width/height in plotOutput() when inline=TRUE, and document required width/height values in renderPlot()
2014-06-19 00:24:10 -05:00
Yihui Xie
bcf098ea7d
merge doc of width and height in renderPlot() and plotOutput()
2014-06-19 00:24:10 -05:00
Yihui Xie
4bfb226fb5
roxygenize
2014-06-19 00:24:10 -05:00
Yihui Xie
691615108b
preserve the formal arguments of plotOutput() in outputFunc()
...
otherwise outputFunc() loses the `inline` argument, and knit_print() won't be able to produce inline plots
2014-06-19 00:24:10 -05:00
Yihui Xie
858ab00e36
closes #501 : knit_print() for inline output uses the inline argument passed from knitr
2014-06-19 00:24:10 -05:00
Yihui Xie
7023f5b145
add an inline argument to textOutput(), imageOutput(), plotOutput(), and htmlOutput()
2014-06-19 00:24:10 -05:00
Yihui Xie
eb4fabeac6
fix two more staticdocs errors
2014-06-19 00:17:55 -05:00
Joe Cheng
a5e09f9ce4
Merge tag 'v/0/10/0-staticdocs'
2014-06-18 11:12:40 -07:00
Joe Cheng
c2fe4e8b6d
Fix staticdoc errors
v0.10.0-staticdocs
2014-06-18 11:11:21 -07:00
Winston Chang
5d22648d34
Merge pull request #513 from rstudio/feature/json-precision
...
Control precision of JSON numeric representation
2014-06-17 11:51:47 -05:00
Yihui Xie
066fd15184
quiet apt-get and install.packages()
2014-06-16 10:32:04 -05:00
Yihui Xie
fe90c230d5
r-base should just work, since the packages that need to be compiled are installed via apt-get
2014-06-16 10:07:54 -05:00
Yihui Xie
0b5ae92136
shiny 0.10.0 is on CRAN now, so the dependencies knitr and htmltools should be automatically detected
2014-06-16 10:05:33 -05:00
Yihui Xie
1c5565aaee
a news item for #427
2014-06-16 09:59:32 -05:00
Yihui Xie
69c177a3ec
a news item for #516
2014-06-16 09:50:59 -05:00
Joe Cheng
0645b3f65b
Merge pull request #507 from yihui/doc/runUrl
...
Merge doc for runUrl(), runGist(), and runGitHub()
2014-06-16 01:19:52 -07:00
Joe Cheng
9e7471fcc0
Merge pull request #516 from yihui/bugfix/windows-encoding
...
Fixes #136 : I18N support for Windows
2014-06-16 01:17:31 -07:00
Joe Cheng
c520f53799
Bump to development version number
2014-06-16 01:13:33 -07:00
Yihui Xie
0bf1386802
UTF8 encoding for runApp(list(ui, server)) as well
2014-06-13 18:53:36 -05:00
Yihui Xie
b2ab3797aa
the cachedSource() function is not used anywhere, so perhaps we can remove it
2014-06-13 18:08:16 -05:00
Yihui Xie
ede0ca8bd1
make sure JSON messages are always encoded and decoded with UTF8
...
- per @jcheng5's suggestion, RJSONIO::fromJSON(encoding = 'UTF-8') actually works (no longer need my markUTF8 function)
- removed the global option 'shiny.transcode.json'
2014-06-13 18:07:01 -05:00
Yihui Xie
81e35f0cc3
make sure the HTML content is encoded in UTF8
2014-06-13 18:02:20 -05:00
Yihui Xie
237522a1f7
assuming all the input R scripts are UTF8 encoded
...
ui.R, server.R, and global.R
2014-06-13 18:00:46 -05:00
Joe Cheng
2f94e1d2c9
Fix timing issue with random seed test on windows
v0.10.0
2014-06-13 14:40:19 -07:00
Joe Cheng
2689dd32bb
Bump version to 0.10.0
2014-06-13 09:41:45 -07:00
Winston Chang
ad5e703b8f
Merge pull request #514 from yihui/doc/news-flowLayout
...
typo: flowPanel --> flowLayout
2014-06-13 11:12:07 -05:00
Yihui Xie
d3bc2e9279
typo: flowPanel --> flowLayout
2014-06-13 11:05:36 -05:00
Joe Cheng
0cd1644cf1
Control precision of JSON numeric representation
...
Uses 16 digits by default, set shiny.json.digits option to customize
2014-06-10 15:02:45 -07:00
Winston Chang
f02b405c12
Merge pull request #508 from yihui/bugfix/large-margin
...
set the margin to 0 before plot.new()
2014-06-10 11:57:07 -05:00
Yihui Xie
baa7036799
explain why par(mar = rep(0, 4)) is necessary before plot.new(), per @wch's suggestion
2014-06-10 11:50:49 -05:00
Yihui Xie
431aecaf00
set the margin to 0 before plot.new()
...
otherwise users will be unable to draw small plots because of the common error "figure margin too large", e.g. renderPlot(..., width=200, height=100)
2014-06-10 00:46:33 -05:00
Yihui Xie
f31bb56ea6
subdir=NULL is the default of runUrl()
2014-06-09 22:24:51 -05:00
Yihui Xie
cf3b805c46
the message is not very useful, given that download() will emit a message
2014-06-09 22:24:51 -05:00
Yihui Xie
517283ca58
closes #427 : runGitHub() can accept "username/repo" in its first argument
2014-06-09 22:24:51 -05:00
Yihui Xie
f416b7ba47
the name variable is not used anywhere
2014-06-09 22:21:29 -05:00
Yihui Xie
973190b7a1
let download() fail in this case (ref=NULL); since ref='master' by default, if the user provides another value, he/she is expected to have read the documentation
2014-06-09 22:21:29 -05:00
Yihui Xie
f536a9d3d3
move runGist() and runGithub() after runUrl(), and merge their descriptions into the description of runUrl()
2014-06-09 22:21:29 -05:00
Yihui Xie
1348ec3bcf
closes #213 : merge the documentation of runUrl(), runGithub(), and runGist()
...
removed the port and launch.browser arguments, and used ... instead
2014-06-09 21:45:52 -05:00
Joe Cheng
9a250a4861
Merge pull request #506 from yihui/bugfix/stats
...
stats may not have been loaded in the event of .onLoad()
2014-06-09 09:09:11 -07:00
Yihui Xie
6450927192
stats may not have been loaded in the event of .onLoad()
2014-06-09 10:56:36 -05:00
Joe Cheng
7c9dbdc802
Merge pull request #504 from rstudio/news-update
...
Update NEWS
2014-06-07 12:29:04 -07:00
Joe Cheng
8d460afe2d
Merge pull request #505 from yihui/doc/splitLayout
...
there should not be #' before @examples
2014-06-06 23:38:00 -07:00