From 636b3da7f28536fd7452a83dcae64a605f2f9304 Mon Sep 17 00:00:00 2001 From: gaborcsardi Date: Sun, 6 Oct 2024 12:28:14 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20r-lib/as?= =?UTF-8?q?ciicast@8ffd79e241091bbf1a3310343924a3239128e3bb=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/CODE_OF_CONDUCT.html | 2 +- dev/CONTRIBUTING.html | 2 +- dev/ISSUE_TEMPLATE.html | 2 +- dev/LICENSE-text.html | 2 +- dev/LICENSE.html | 2 +- dev/SUPPORT.html | 2 +- dev/articles/asciicast-demo.html | 2 +- dev/articles/index.html | 2 +- dev/authors.html | 2 +- dev/index.html | 2 +- dev/news/index.html | 2 +- dev/pkgdown.js | 8 ++++++++ dev/pkgdown.yml | 4 ++-- dev/reference/asciicast-package.html | 2 +- dev/reference/asciicast_options.html | 2 +- dev/reference/asciicast_start_process.html | 6 +++--- dev/reference/asciinema_player.html | 2 +- dev/reference/default_theme.html | 2 +- dev/reference/expect_snapshot_r_process.html | 6 +++--- dev/reference/get_locales.html | 2 +- dev/reference/index.html | 2 +- dev/reference/init_knitr_engine.html | 2 +- dev/reference/install_phantomjs.html | 2 +- dev/reference/load_frames.html | 2 +- dev/reference/merge_casts.html | 2 +- dev/reference/play.html | 2 +- dev/reference/read_cast.html | 2 +- dev/reference/record.html | 2 +- dev/reference/record_output.html | 2 +- dev/reference/write_gif.html | 2 +- dev/reference/write_html.html | 2 +- dev/reference/write_json.html | 2 +- dev/reference/write_svg.html | 2 +- dev/search.json | 2 +- 34 files changed, 46 insertions(+), 38 deletions(-) diff --git a/dev/CODE_OF_CONDUCT.html b/dev/CODE_OF_CONDUCT.html index e6eaf64..ed64fbe 100644 --- a/dev/CODE_OF_CONDUCT.html +++ b/dev/CODE_OF_CONDUCT.html @@ -115,7 +115,7 @@

Attribution -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/dev/CONTRIBUTING.html b/dev/CONTRIBUTING.html index 809ee1f..bf762f8 100644 --- a/dev/CONTRIBUTING.html +++ b/dev/CONTRIBUTING.html @@ -80,7 +80,7 @@

See tidyverse -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/dev/ISSUE_TEMPLATE.html b/dev/ISSUE_TEMPLATE.html index 7a4dccd..003ff63 100644 --- a/dev/ISSUE_TEMPLATE.html +++ b/dev/ISSUE_TEMPLATE.html @@ -54,7 +54,7 @@

NA

diff --git a/dev/LICENSE-text.html b/dev/LICENSE-text.html index 65f513a..3fa3929 100644 --- a/dev/LICENSE-text.html +++ b/dev/LICENSE-text.html @@ -50,7 +50,7 @@

License

diff --git a/dev/LICENSE.html b/dev/LICENSE.html index c4aba44..6cd465e 100644 --- a/dev/LICENSE.html +++ b/dev/LICENSE.html @@ -54,7 +54,7 @@

MIT License

diff --git a/dev/SUPPORT.html b/dev/SUPPORT.html index 36a76ca..b23b2c0 100644 --- a/dev/SUPPORT.html +++ b/dev/SUPPORT.html @@ -59,7 +59,7 @@

Getting help with asciicast

diff --git a/dev/articles/asciicast-demo.html b/dev/articles/asciicast-demo.html index 4074332..2159310 100644 --- a/dev/articles/asciicast-demo.html +++ b/dev/articles/asciicast-demo.html @@ -263,7 +263,7 @@

cpp11 integration -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/dev/articles/index.html b/dev/articles/index.html index d2bb851..6557aeb 100644 --- a/dev/articles/index.html +++ b/dev/articles/index.html @@ -52,7 +52,7 @@

All vignettes

diff --git a/dev/authors.html b/dev/authors.html index a676582..83157c7 100644 --- a/dev/authors.html +++ b/dev/authors.html @@ -90,7 +90,7 @@

Citation

diff --git a/dev/index.html b/dev/index.html index 8d606c7..a45b572 100644 --- a/dev/index.html +++ b/dev/index.html @@ -249,7 +249,7 @@

Dev status

diff --git a/dev/news/index.html b/dev/news/index.html index 59fe82a..60d8499 100644 --- a/dev/news/index.html +++ b/dev/news/index.html @@ -106,7 +106,7 @@

asciicast 1.0.0 diff --git a/dev/pkgdown.js b/dev/pkgdown.js index 9757bf9..1a99c65 100644 --- a/dev/pkgdown.js +++ b/dev/pkgdown.js @@ -152,3 +152,11 @@ async function searchFuse(query, callback) { }); }); })(window.jQuery || window.$) + +document.addEventListener('keydown', function(event) { + // Check if the pressed key is '/' + if (event.key === '/') { + event.preventDefault(); // Prevent any default action associated with the '/' key + document.getElementById('search-input').focus(); // Set focus to the search input + } +}); diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 8050f2d..f0feeb4 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -1,9 +1,9 @@ pandoc: 3.1.11 -pkgdown: 2.1.0 +pkgdown: 2.1.1 pkgdown_sha: ~ articles: asciicast-demo: asciicast-demo.html -last_built: 2024-08-05T16:04Z +last_built: 2024-10-06T12:27Z urls: reference: https://asciicast.r-lib.org/reference article: https://asciicast.r-lib.org/articles diff --git a/dev/reference/asciicast-package.html b/dev/reference/asciicast-package.html index 5d4f163..3c74fc2 100644 --- a/dev/reference/asciicast-package.html +++ b/dev/reference/asciicast-package.html @@ -135,7 +135,7 @@

See also diff --git a/dev/reference/asciicast_options.html b/dev/reference/asciicast_options.html index 4bc4c1a..bc69bcd 100644 --- a/dev/reference/asciicast_options.html +++ b/dev/reference/asciicast_options.html @@ -76,7 +76,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/dev/reference/asciicast_start_process.html b/dev/reference/asciicast_start_process.html index 928ecc4..da01012 100644 --- a/dev/reference/asciicast_start_process.html +++ b/dev/reference/asciicast_start_process.html @@ -127,7 +127,7 @@

Examples#> <config> #> "version": 2, #> "command": "R -q", -#> "timestamp": 1722873878, +#> "timestamp": 1728217681, #> "env": { #> "TERM": "xterm-256color", #> "SHELL": "/bin/zsh" @@ -157,7 +157,7 @@

Examples#> <config> #> "version": 2, #> "command": "R -q", -#> "timestamp": 1722873878, +#> "timestamp": 1728217681, #> "env": { #> "TERM": "xterm-256color", #> "SHELL": "/bin/zsh" @@ -195,7 +195,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/dev/reference/asciinema_player.html b/dev/reference/asciinema_player.html index cfb0dde..a201783 100644 --- a/dev/reference/asciinema_player.html +++ b/dev/reference/asciinema_player.html @@ -179,7 +179,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/dev/reference/default_theme.html b/dev/reference/default_theme.html index d2bbb3d..41a13c3 100644 --- a/dev/reference/default_theme.html +++ b/dev/reference/default_theme.html @@ -76,7 +76,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/dev/reference/expect_snapshot_r_process.html b/dev/reference/expect_snapshot_r_process.html index e0eaaa6..13d1d70 100644 --- a/dev/reference/expect_snapshot_r_process.html +++ b/dev/reference/expect_snapshot_r_process.html @@ -100,7 +100,7 @@

Details

Examples

Sys.getpid()
-#> [1] 6467
+#> [1] 6597
 testthat::local_edition(3)
 expect_snapshot_r_process(Sys.getpid())
 #> Can't compare snapshot to reference when testing interactively.
@@ -110,7 +110,7 @@ 

Examples#> r_process() #> Output #> > Sys.getpid() -#> [1] 6934 +#> [1] 7065