From 1779abbd496be13ea840acdc7861dcc949d9f367 Mon Sep 17 00:00:00 2001 From: Jeroen Janssens Date: Mon, 20 Oct 2025 10:55:03 +0200 Subject: [PATCH] Include supported-by-posit script --- _pkgdown.yml | 65 ++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index fdf10209..e1ea7fd1 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -8,6 +8,7 @@ template: bootstrap: 5 includes: in_header: | + home: @@ -29,35 +30,35 @@ news: href: https://www.rstudio.com/blog/readxl-0-1-0/ reference: - - title: "Read spreadsheets" - desc: > - Functions for reading tabular data out of xls and xlsx files. - contents: - - read_excel - - read_xls - - read_xlsx - - title: "Get spreadsheet metadata" - desc: > - Functions to learn properties of xls and xlsx files. - contents: - - excel_sheets - - excel_format - - title: "Describe a target rectangle" - desc: > - Flexible specification of cell rectangles. - contents: - - "`cell-specification`" - - cell_rows - - cell_cols - - anchored - - cell_limits - - title: "Example files" - desc: > - List or get the path to xls and xlsx example files in the package. - contents: - - readxl_example - - title: "Options" - desc: > - Options consulted by readxl. - contents: - - readxl_progress +- title: "Read spreadsheets" + desc: > + Functions for reading tabular data out of xls and xlsx files. + contents: + - read_excel + - read_xls + - read_xlsx +- title: "Get spreadsheet metadata" + desc: > + Functions to learn properties of xls and xlsx files. + contents: + - excel_sheets + - excel_format +- title: "Describe a target rectangle" + desc: > + Flexible specification of cell rectangles. + contents: + - "`cell-specification`" + - cell_rows + - cell_cols + - anchored + - cell_limits +- title: "Example files" + desc: > + List or get the path to xls and xlsx example files in the package. + contents: + - readxl_example +- title: "Options" + desc: > + Options consulted by readxl. + contents: + - readxl_progress