From 20299d83bcc7d480453bcfa426f8d208b5bf7931 Mon Sep 17 00:00:00 2001 From: Carson Date: Mon, 17 Nov 2025 10:18:50 -0600 Subject: [PATCH] v0.5.8.2 release candidate --- DESCRIPTION | 2 +- NEWS.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b351259f..661364aa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: htmltools Title: Tools for HTML -Version: 0.5.8.9000 +Version: 0.5.8.2 Authors@R: c( person("Joe", "Cheng", , "joe@posit.co", role = "aut"), person("Carson", "Sievert", , "carson@posit.co", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index d3e54cdf..5eccfc6f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# htmltools (development version) +# htmltools 0.5.8.2 * Fix test for testthat 3.3.0. (#442) diff --git a/README.md b/README.md index a38aeb4a..06624d01 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ remotes::install_github("rstudio/htmltools") [This Shiny article](https://shiny.posit.co/articles/html-tags.html) provides a great introduction to `{htmltools}` (even if you're not interested in Shiny). As you'll learn in that article, the general foundation that `{htmltools}` provides allows other R packages (e.g., [`{htmlwidgets}`](http://www.htmlwidgets.org/), [`{crosstalk}`](https://rstudio.github.io/crosstalk/), etc.) to provide "HTML components" in R that users can manipulate and combine in ways the component authors didn't foresee. -For example, as described in depth [here](https://plotly-r.com/arranging-views.html#arranging-htmlwidgets), `{htmltools}` makes it fairly easy to arrange numerous `{htmlwidgets}` (e.g., `{plotly}` graphs) into a single static HTML webpage: +For example, as described in depth [here](https://plotly-book.netlify.app/arranging-views.html#arranging-htmlwidgets), `{htmltools}` makes it fairly easy to arrange numerous `{htmlwidgets}` (e.g., `{plotly}` graphs) into a single static HTML webpage: ```r library(htmltools)