Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit e95fb1f

Browse files
committed
Stop importing knit_print methods from htmltools
1 parent 470c3a7 commit e95fb1f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

NAMESPACE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,5 @@ importFrom(dplyr,slice_)
323323
importFrom(dplyr,summarise_)
324324
importFrom(dplyr,transmute_)
325325
importFrom(dplyr,ungroup)
326-
importFrom(htmltools,knit_print.html)
327-
importFrom(htmltools,knit_print.shiny.tag)
328-
importFrom(htmltools,knit_print.shiny.tag.list)
329326
importFrom(magrittr,"%>%")
330327
importFrom(shiny,reactive)

R/ggvis_html.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#' @importFrom htmltools knit_print.shiny.tag knit_print.shiny.tag.list knit_print.html
2-
NULL
3-
41
ggvis_path <- function(x) {
52
system.file(package = "ggvis", "www", x)
63
}

0 commit comments

Comments
 (0)