Skip to content

Commit

Permalink
Start v0.5.8.1 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Mar 29, 2024
1 parent 038ef7b commit 5fd07df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: htmltools
Title: Tools for HTML
Version: 0.5.8.9000
Version: 0.5.8.1
Authors@R: c(
person("Joe", "Cheng", , "[email protected]", role = "aut"),
person("Carson", "Sievert", , "[email protected]", role = c("aut", "cre"),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# htmltools (development version)
# htmltools 0.5.8.1

* `capturePlot()`s examples are now only run when `interactive()`. (#429)

# htmltools 0.5.8

Expand Down
2 changes: 1 addition & 1 deletion R/images.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' @seealso [plotTag()] saves plots as a self-contained `<img>`
#' tag.
#'
#' @examples
#' @examplesIf interactive()
#' # Default settings
#' res <- capturePlot(plot(cars))
#'
Expand Down

0 comments on commit 5fd07df

Please sign in to comment.