diff --git a/articles/tagQuery.html b/articles/tagQuery.html index edb8454b..079b18cd 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 726. 757. 1307. 11.4KB 19.3 -#> 2 tagAppend 1334. 1382. 719. 50.5KB 20.2 +#> 1 tagQuery 701. 725. 1372. 11.4KB 18.8 +#> 2 tagAppend 1272. 1322. 749. 50.5KB 19.5 diff --git a/pkgdown.yml b/pkgdown.yml index ec92e81b..16fea625 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: htmltools: htmltools.html tagQuery: tagQuery.html -last_built: 2024-03-29T19:00Z +last_built: 2024-03-29T19:02Z 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 8697e9b1..77286b46 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/RtmpLFK7vh/file2a0118cc5d11.png" +#> [1] "/tmp/RtmpRpBwX1/file29e35b53ac95.png" if (interactive()) browseURL(pngpath) unlink(pngpath)