From aa307163dfa43b3d23951e8c6aa5a677feed3c02 Mon Sep 17 00:00:00 2001 From: cpsievert Date: Fri, 6 Oct 2023 21:24:37 +0000 Subject: [PATCH] Built site for htmltools: 0.5.6.9001@180cfbf --- articles/tagQuery.html | 4 ++-- news/index.html | 9 ++++++++- pkgdown.yml | 2 +- reference/capturePlot.html | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/articles/tagQuery.html b/articles/tagQuery.html index 44f464be..3a3297be 100644 --- a/articles/tagQuery.html +++ b/articles/tagQuery.html @@ -541,8 +541,8 @@

Performance#> # A tibble: 2 × 6 #> expression min median `itr/sec` mem_alloc `gc/sec` #> <bch:expr> <dbl> <dbl> <dbl> <bch:byt> <dbl> -#> 1 tagQuery 892. 938. 1059. 11.4KB 14.8 -#> 2 tagAppend 1649. 1744. 571. 50.5KB 13.2 +#> 1 tagQuery 1057. 1241. 810. 11.4KB 10.5 +#> 2 tagAppend 1981. 2275. 442. 50.5KB 10.9 diff --git a/news/index.html b/news/index.html index 2542e004..5c094e37 100644 --- a/news/index.html +++ b/news/index.html @@ -91,13 +91,20 @@

New FeaturesImprovements

Bug fixes

+ +
+ +
+

Improvements

+
  • +tagQuery() no longer throws an error when attempting to traverse a NULL value with r-devel. (#407)
  • +
diff --git a/pkgdown.yml b/pkgdown.yml index 0eaccd8f..2fcc71f6 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: htmltools: htmltools.html tagQuery: tagQuery.html -last_built: 2023-10-06T20:21Z +last_built: 2023-10-06T21:24Z urls: reference: https://rstudio.github.io/htmltools/reference article: https://rstudio.github.io/htmltools/articles diff --git a/reference/capturePlot.html b/reference/capturePlot.html index c0378d7e..04df8d77 100644 --- a/reference/capturePlot.html +++ b/reference/capturePlot.html @@ -143,7 +143,7 @@

Examples

# Custom width/height pngpath <- tempfile(fileext = ".png") capturePlot(plot(pressure), pngpath, width = 800, height = 375) -#> [1] "/tmp/RtmpRDAkoS/file2e6d57dd6758.png" +#> [1] "/tmp/Rtmp0RDf3H/file2ea038031567.png" if (interactive()) browseURL(pngpath) unlink(pngpath)