forked from Rdatatable/data.table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
66 lines (62 loc) · 2.05 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
url: https://Rdatatable.gitlab.io/data.table
template:
params:
ganalytics: UA-129166154-2
development:
version_tooltip: "Development version"
home:
links:
- text: CRAN-like website
href: web/packages/data.table/index.html
navbar:
structure:
left: [home, introduction, articles, news, benchmarks, presentations, communityarticles, reference]
right: [github]
components:
home:
icon: fas fa-home fa-lg
href: index.html
introduction:
text: Introduction
href: articles/datatable-intro.html
articles:
text: Vignettes
menu:
- text: "Introduction to data.table"
href: articles/datatable-intro.html
- text: "Reference semantics"
href: articles/datatable-reference-semantics.html
- text: "Using .SD for Data Analysis"
href: articles/datatable-sd-usage.html
- text: "Keys and fast binary search based subset"
href: articles/datatable-keys-fast-subset.html
- text: "Secondary indices and auto indexing"
href: articles/datatable-secondary-indices-and-auto-indexing.html
- text: "Efficient reshaping using data.table"
href: articles/datatable-reshape.html
- text: "Programming on data.table"
href: articles/datatable-programming.html
- text: "Frequently asked questions"
href: articles/datatable-faq.html
- text: "Importing data.table"
href: articles/datatable-importing.html
- text: "Benchmarking data.table"
href: articles/datatable-benchmarking.html
news:
text: News
href: news/index.html
benchmarks:
text: Benchmarks
href: https://h2oai.github.io/db-benchmark
presentations:
text: Presentations
href: https://github.com/Rdatatable/data.table/wiki/Presentations
communityarticles:
text: Articles
href: https://github.com/Rdatatable/data.table/wiki/Articles
reference:
text: Manual
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/Rdatatable/data.table