Merge pull request #457 from yihui/feature/unsatisfied-input

A first attempt of the custom error type for unsatisfied input dependencies
This commit is contained in:
Joe Cheng
2014-05-08 16:12:58 -07:00
9 changed files with 322 additions and 4 deletions

View File

@@ -145,6 +145,7 @@ sd_section("Extending Shiny",
sd_section("Utility functions",
"Miscellaneous utilities that may be useful to advanced users or when extending Shiny.",
c(
"validate",
"exprToFunction",
"installExprFunction",
"parseQueryString",