Update metadata

This commit is contained in:
Joe Cheng
2015-12-31 11:07:35 -08:00
parent 0d26857e31
commit ce4043f038
3 changed files with 9 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
Package: shiny
Type: Package
Title: Web Application Framework for R
Version: 0.12.2.9007
Version: 0.12.2.9008
Date: 2015-12-23
Authors@R: c(
person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"),
@@ -70,7 +70,7 @@ Imports:
jsonlite (>= 0.9.16),
xtable,
digest,
htmltools (>= 0.2.10),
htmltools (>= 0.3),
R6 (>= 2.0)
Suggests:
datasets,

4
NEWS
View File

@@ -71,6 +71,10 @@ shiny 0.12.2.9000
functions to support Shiny Gadgets. More detailed docs about gadgets coming
soon.
* Added support for the new htmltools 0.3 feature `htmlTemplate`. It's now
possible to use regular HTML markup to design your UI, but still use R
expressions to define inputs, outputs, and HTML widgets.
shiny 0.12.2
--------------------------------------------------------------------------------

View File

@@ -80,7 +80,9 @@ sd_section("Interface builder functions",
"singleton",
"tag",
"validateCssUnit",
"withTags"
"withTags",
"htmlTemplate",
"suppressDependencies"
)
)
sd_section("Rendering functions",