Skip to content

Commit

Permalink
Fix pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b committed May 10, 2023
1 parent 589d3b4 commit 95c5315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build-reference.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ examples_env <- function(pkg, seed = 1014, devel = TRUE, envir = parent.frame())
width <- purrr::pluck(pkg, "meta", "code", "width", .default = 80)
withr::local_options(width = width, .local_envir = envir)
withr::local_seed(seed)
if (requireNamespace("htmltools", quietly = TRUE)) {
if (requireNamespace("htmlwidgets", quietly = TRUE)) {
htmlwidgets::setWidgetIdSeed(seed)
}

Expand Down

0 comments on commit 95c5315

Please sign in to comment.