From ea587ff829c68a6e405d165161a916121a5f223a Mon Sep 17 00:00:00 2001 From: Jeroen Janssens Date: Mon, 20 Oct 2025 13:29:12 +0200 Subject: [PATCH 1/2] Include supported-by-posit script --- _pkgdown.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index bb15a227..cecd001e 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -5,6 +5,7 @@ template: bootstrap: 5 includes: in_header: | + development: @@ -19,15 +20,15 @@ navbar: left: [reference, articles, news] components: articles: - text: Articles - menu: - - text: Tutorials - - text: Persistent R sessions - href: articles/r-session.html - - text: ------- - - text: Blog posts - - text: "A multi process task queue in 100 lines of R code" - href: https://www.tidyverse.org/blog/2019/09/callr-task-q + text: Articles + menu: + - text: Tutorials + - text: Persistent R sessions + href: articles/r-session.html + - text: '-------' + - text: Blog posts + - text: "A multi process task queue in 100 lines of R code" + href: https://www.tidyverse.org/blog/2019/09/callr-task-q reference: - title: Introduction From 79e1743763758781203a03d0042b71b3d63c393b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Tue, 21 Oct 2025 08:45:22 +0200 Subject: [PATCH 2/2] Undo irrelevant changes --- _pkgdown.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index cecd001e..508a58b7 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -20,15 +20,15 @@ navbar: left: [reference, articles, news] components: articles: - text: Articles - menu: - - text: Tutorials - - text: Persistent R sessions - href: articles/r-session.html - - text: '-------' - - text: Blog posts - - text: "A multi process task queue in 100 lines of R code" - href: https://www.tidyverse.org/blog/2019/09/callr-task-q + text: Articles + menu: + - text: Tutorials + - text: Persistent R sessions + href: articles/r-session.html + - text: ------- + - text: Blog posts + - text: "A multi process task queue in 100 lines of R code" + href: https://www.tidyverse.org/blog/2019/09/callr-task-q reference: - title: Introduction