Skip to content

Commit

Permalink
try unlink
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhock committed Nov 16, 2023
1 parent 3bcca42 commit 4b3e420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/helper-HTML.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#'
#' @param plotList A named list of ggplot2 objects
animint2HTML <- function(plotList) {
unlink("animint-htmltest", recursive=TRUE)
res <- animint2dir(plotList, out.dir = "animint-htmltest",
open.browser = FALSE)
remDr$refresh()
Expand Down

0 comments on commit 4b3e420

Please sign in to comment.