forked from r-dbi/bigrquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
35 lines (29 loc) · 984 Bytes
/
_pkgdown.yml
File metadata and controls
35 lines (29 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
url: https://bigrquery.r-dbi.org
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<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>
<script defer data-domain="bigrquery.r-dbi.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
reference:
- title: DBI and dplyr
contents:
- src_bigquery
- bigquery
- collect.tbl_BigQueryConnection
- title: Low-level API
contents:
- starts_with("bq")
news:
releases:
- text: "bigrquery 1.5.0"
href: https://www.tidyverse.org/blog/2024/01/bigrquery-1-5-0/
- text: "bigrquery 1.4.0"
href: https://www.tidyverse.org/blog/2021/08/bigrquery-1-4-0/
- text: "bigrquery 1.1.0"
href: https://www.tidyverse.org/blog/2019/02/bigrquery-1-1-0/
- text: "bigrquery 1.0.0"
href: https://www.tidyverse.org/blog/2018/04/bigrquery-1-0-0/