a news item for the 'width' argument of renderPrint()

This commit is contained in:
Yihui Xie
2014-05-16 14:19:55 -05:00
parent 9d8d04ae28
commit 87f26e47bb

3
NEWS
View File

@@ -27,6 +27,9 @@ shiny 0.9.1.9XXX
* `sliderInput` and `selectizeInput`/`selectInput` now use a standard horizontal
size instead of filling up all available horizontal space.
* `renderPrint` gained a new argument 'width' to control the width of the text
output, e.g. renderPrint({mtcars}, width = 40).
shiny 0.9.1
--------------------------------------------------------------------------------