Skip to content

Commit 5faaf14

Browse files
Add "Supported By Posit" badge to website (#781)
* Include supported-by-posit script * Fix the conflict --------- Co-authored-by: Jenny Bryan <jenny.f.bryan@gmail.com>
1 parent b40234e commit 5faaf14

1 file changed

Lines changed: 33 additions & 32 deletions

File tree

_pkgdown.yml

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ template:
88
bootstrap: 5
99
includes:
1010
in_header: |
11+
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
1112
<!-- Privacy-friendly analytics by Plausible -->
1213
<script async src="https://plausible.io/js/pa-RiKmOPwtLHuC63AhWHW4B.js"></script>
1314
<script>
@@ -34,35 +35,35 @@ news:
3435
href: https://www.rstudio.com/blog/readxl-0-1-0/
3536

3637
reference:
37-
- title: "Read spreadsheets"
38-
desc: >
39-
Functions for reading tabular data out of xls and xlsx files.
40-
contents:
41-
- read_excel
42-
- read_xls
43-
- read_xlsx
44-
- title: "Get spreadsheet metadata"
45-
desc: >
46-
Functions to learn properties of xls and xlsx files.
47-
contents:
48-
- excel_sheets
49-
- excel_format
50-
- title: "Describe a target rectangle"
51-
desc: >
52-
Flexible specification of cell rectangles.
53-
contents:
54-
- "`cell-specification`"
55-
- cell_rows
56-
- cell_cols
57-
- anchored
58-
- cell_limits
59-
- title: "Example files"
60-
desc: >
61-
List or get the path to xls and xlsx example files in the package.
62-
contents:
63-
- readxl_example
64-
- title: "Options"
65-
desc: >
66-
Options consulted by readxl.
67-
contents:
68-
- readxl_progress
38+
- title: "Read spreadsheets"
39+
desc: >
40+
Functions for reading tabular data out of xls and xlsx files.
41+
contents:
42+
- read_excel
43+
- read_xls
44+
- read_xlsx
45+
- title: "Get spreadsheet metadata"
46+
desc: >
47+
Functions to learn properties of xls and xlsx files.
48+
contents:
49+
- excel_sheets
50+
- excel_format
51+
- title: "Describe a target rectangle"
52+
desc: >
53+
Flexible specification of cell rectangles.
54+
contents:
55+
- "`cell-specification`"
56+
- cell_rows
57+
- cell_cols
58+
- anchored
59+
- cell_limits
60+
- title: "Example files"
61+
desc: >
62+
List or get the path to xls and xlsx example files in the package.
63+
contents:
64+
- readxl_example
65+
- title: "Options"
66+
desc: >
67+
Options consulted by readxl.
68+
contents:
69+
- readxl_progress

0 commit comments

Comments
 (0)