-
Notifications
You must be signed in to change notification settings - Fork 53
/
_quarto.yml
98 lines (82 loc) · 2.01 KB
/
_quarto.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
project:
type: book
output-dir: _book
book:
title: "Tidy design principles"
reader-mode: true
page-footer:
left: |
Tidy design principles was written by Hadley Wickham
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
site-url: https://design.tidyverse.org
repo-url: https://github.com/tidyverse/design
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- unifying.qmd
- part: Implementation
chapters:
- names.qmd
- call-data-details.qmd
- function-names.qmd
- part: Scannable specs
chapters:
- inputs-explicit.qmd
- important-args-first.qmd
- required-no-defaults.qmd
- dots-after-required.qmd
- defaults-short-and-sweet.qmd
- enumerate-options.qmd
- argument-clutter.qmd
- independent-meaning.qmd
- part: explicit-strategies.qmd
chapters:
- boolean-strategies.qmd
- strategy-objects.qmd
- strategy-functions.qmd
- cs-rep.qmd
- implicit-strategies.qmd
- cs-rvest.qmd
- identity-strategy.qmd
- part: Function arguments
chapters:
- def-magical.qmd
- def-inform.qmd
- def-user.qmd
- dots-data.qmd
- dots-prefix.qmd
- dots-inspect.qmd
- cs-mapply-pmap.qmd
- cs-setNames.qmd
- part: Outputs
chapters:
- out-multi.qmd
- out-type-stability.qmd
- out-vectorisation.qmd
- out-invisible.qmd
- part: Evolution
chapters:
- changes-multivers.qmd
- part: Side effects
chapters:
- side-effects.qmd
- spooky-action.qmd
- part: Errors
chapters:
- err-call.qmd
- err-constructor.qmd
appendices:
- glossary.qmd
format:
html:
theme:
- cosmo
- r4ds.scss
code-link: true
number-sections: false
author-meta: "Hadley Wickham"
include-in-header: "plausible.html"
callout-appearance: simple
editor: visual