-
Notifications
You must be signed in to change notification settings - Fork 24
/
_pkgdown.yml
96 lines (82 loc) · 2.46 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# SEO:
home:
# the title of the tab:
title: Cryptocurrency with R
# description for google
description: >
{cryptoQuotes}: Open access to cryptocurrency market data and
charts in R.
navbar:
inverse: true
structure:
left: [intro, usecase, custom-indicators, reference, articles, news]
right: [search, lightswitch, github]
components:
usecase:
text: Usecase
href: articles/usecase.html
custom-indicators:
text: Custom Indicators
href: articles/custom_indicators.html
articles:
text: Articles
menu:
- text: Cryptocurrency Market Data
href: articles/01-article.html
- text: Cryptocurrency Charts
href: articles/02-article.html
- text: Time Zones
href: articles/03-article.html
- text: Converting xts-objects
href: articles/04-article.html
- text: '{cryptoQuotes} x {quantmod} and {TTR}'
href: articles/05-article.html
url: https://serkor1.github.io/cryptoQuotes/
template:
bootstrap: 5
light-switch: true
bslib:
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
danger: "#A6081A"
reference:
- title: Cryptocurrency Market Data
desc: >
The collection of functions to retrieve OHLC-V and sentiment data.
- contents: has_concept('get-functions')
- title: Supported Calls
desc: >
The collection of functions to list available argument values in the
`interval`-, `source`- and `interval`-arguments.
- contents: has_concept('supported calls')
- title: Charting
desc: >
The collection of `chart`-functions are split 3; main charts (price chart), main chart
indicators and subchart indicators. All `charts` are initialised using the `chart`-function.
contents:
- chart
- subtitle: Main Charts
desc: >
The collection of main chart functions for charting prices.
contents:
- kline
- ohlc
- pline
- subtitle: Main Chart Indicators
desc: >
The collection of main chart indicators which are overlaid the main chart.
contents:
- has_concept('main chart indicators')
- subtitle: Subchart Indicators
desc: >
The collection of subchart indicators which are charted as a subchart.
contents:
- has_concept('subchart indicators')
- title: Utilities
desc: Manipulate and calibrate objects
- contents: has_concept('utility')
- title: Datasets
desc: Sample datasets returned by ```get_quote()``` and ```get_fgindex()```
- contents:
- has_keyword('datasets')