added version to shinyDeprecated call; updated NEWS

This commit is contained in:
Barbara Borges Ribeiro
2016-04-14 17:43:24 +01:00
parent 3f76679673
commit 033d513aee
2 changed files with 2 additions and 6 deletions

5
NEWS
View File

@@ -1,10 +1,5 @@
shiny 0.13.2.9001
--------------------------------------------------------------------------------
* Added an error sanitization option: `options(shiny.sanitize.errors = TRUE)`.
To err on the side of security, the default is `TRUE` (i.e. sanitized errors,
with most error messages being generic). This changes the look of an app
when errors are printed (but the console remains the same).
* Closed #1161: Deprecated the `position` argument to `tabsetPanel()` since
Bootstrap 3 stopped supporting this feature.

View File

@@ -631,7 +631,8 @@ tabsetPanel <- function(...,
position = NULL) {
if (!is.null(position)) {
shinyDeprecated(msg = paste("tabsetPanel: argument 'position' is deprecated;",
"it has been discontinued in Bootstrap 3."))
"it has been discontinued in Bootstrap 3."),
version = "0.10.2.2")
}
# build the tabset