Skip to content

Commit 08bfc98

Browse files
change internal widget_html to @noRd #44
1 parent da3e6af commit 08bfc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/templates/widget_r.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ render${capName} <- function(expr, env = parent.frame(), quoted = FALSE) {
5050
}
5151

5252
#' Called by HTMLWidgets to produce the widget's root element.
53-
#' @rdname ${name}-shiny
53+
#' @noRd
5454
${name}_html <- function(id, style, class, ...) {
5555
htmltools::tagList(
5656
# Necessary for RStudio viewer version < 1.2

0 commit comments

Comments
 (0)