-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
55 lines (52 loc) · 1.5 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
url: https://qile0317.github.io/FastUtils/
template:
bootstrap: 5
includes:
in_header: |
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RHDPMP6ZSR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RHDPMP6ZSR');
</script>
development:
mode: auto
reference:
- title: Character
- contents: has_keyword("character")
- title: Color
- contents: has_keyword("color")
- title: Data Initialization
- contents: has_keyword("dataInitialization")
- title: File System
- contents: has_keyword("fileSystem")
- title: Ggplot
- contents: has_keyword("ggplot")
- title: Higher Order Functions
- contents: has_keyword("higherOrderFunctions")
- title: Indexing
- contents: has_keyword("indexing")
- title: Interactivity
- contents: has_keyword("interactivity")
- title: Iteration
- contents: has_keyword("iteration")
- title: Math
- contents: has_keyword("math")
- title: Meta Programming
- contents: has_keyword("metaProgramming")
- title: Package Development
- contents: has_keyword("packageDevelopment")
- title: Package Loading
- contents: has_keyword("packageLoading")
- title: Regex
- contents: has_keyword("regex")
- title: Spelling
- contents: has_keyword("spelling")
- title: Testing
- contents: has_keyword("testing")
- title: Wrangling
- contents: has_keyword("wrangling")
- title: Validation
- contents: has_keyword("validation")