Skip to content

Commit

Permalink
require dev version of htmltools
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Mar 22, 2021
1 parent 63b9efd commit 74d3b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Imports:
mime (>= 0.3),
jsonlite (>= 0.9.16),
xtable,
htmltools (>= 0.5.0.9001),
htmltools (>= 0.5.1.9000),
R6 (>= 2.0),
sourcetools,
later (>= 1.0.0),
Expand Down Expand Up @@ -204,3 +204,4 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RdMacros: lifecycle
Config/testthat/edition: 3
Remotes: rstudio/htmltools
2 changes: 1 addition & 1 deletion R/html-deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ processDeps <- function(tags, session) {
names(dependencies) <- NULL

list(
html = doRenderTags(tagList(ui)), # TODO: doRenderTags() shouldn't fail on a tagFunction()
html = doRenderTags(ui),
deps = dependencies
)
}

0 comments on commit 74d3b04

Please sign in to comment.