Fixes for R CMD check

This commit is contained in:
Winston Chang
2019-08-21 17:03:34 -05:00
parent 7caeb60c47
commit dc6f1a0c10
3 changed files with 31 additions and 36 deletions

View File

@@ -172,7 +172,7 @@ sd_section("Extending Shiny",
"Functions that are intended to be called by third-party packages that extend Shiny.",
c(
"createWebDependency",
"addResourcePath",
"resourcePaths",
"registerInputHandler",
"removeInputHandler",
"markRenderFunction"