-
Notifications
You must be signed in to change notification settings - Fork 18
/
_pkgdown.yml
80 lines (64 loc) · 1.43 KB
/
_pkgdown.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
url: https://dbitest.r-dbi.org
template:
package: dbitemplate
bootstrap: 5
home:
links:
- text: Report a security vulnerability
href: https://dbitest.r-dbi.org/security.html
- text: DBI project website
href: https://r-dbi.org
reference:
- title: Test setup
desc: Functions to include in a backend to enable DBI tests.
contents:
- DBItest-package
- make_context
- tweaks
- title: Test runners
desc: Functions that run a set of tests.
contents:
- test_all
- title: Getting started
contents:
- test_getting_started
- starts_with("spec_getting_started")
- title: The "Driver" class
contents:
- test_driver
- starts_with("spec_driver")
- title: The "Connection" class
contents:
- test_connection
- starts_with("spec_connection")
- title: The "Result" class
contents:
- test_result
- starts_with("spec_result")
- title: SQL methods
contents:
- test_sql
- starts_with("spec_sql")
- title: Metadata functions
contents:
- test_meta
- starts_with("spec_meta")
- title: Transaction functions
contents:
- test_transaction
- starts_with("spec_transaction")
- title: Arrow functions
contents:
- test_arrow
- starts_with("spec_arrow")
- title: Full compliance to DBI
contents:
- test_compliance
- starts_with("spec_compliance")
development:
mode: auto
authors:
Kirill Müller:
href: https://krlmlr.info
news:
cran_dates: false