Skip to content

Commit

Permalink
Use show instead of print for examples
Browse files Browse the repository at this point in the history
Closes #2848
  • Loading branch information
jayhesselberth committed Feb 25, 2025
1 parent 18cca45 commit d8d7641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkgdown_print.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pkgdown_print.default <- function(x, visible = TRUE) {
if (isTRUE(attr(x, "browsable_html", exact = TRUE))) {
x
} else {
print(x)
show(x)
}
}

Expand Down

0 comments on commit d8d7641

Please sign in to comment.