Skip to content

Commit 543a6b5

Browse files
authored
Fix CRAN note (#3394)
* Follow up to #3392: update tabPanel() baselines * Fix check NOTE * Revert "Follow up to #3392: update tabPanel() baselines" This reverts commit c97022c. Issue will be fixed in htmltools
1 parent b0de689 commit 543a6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/html-deps.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ createWebDependency <- function(dependency, scrubFile = TRUE) {
4343
# This implementation is very similar to renderTags(), but ignores
4444
# <head> handling (it should only be used after the user session has started)
4545
processDeps <- function(tags, session) {
46-
tags <- getFromNamespace("tagify", "htmltools")(tags)
46+
tags <- utils::getFromNamespace("tagify", "htmltools")(tags)
4747
ui <- takeSingletons(tags, session$singletons, desingleton = FALSE)$ui
4848
ui <- surroundSingletons(ui)
4949
dependencies <- lapply(

0 commit comments

Comments
 (0)