-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
91 lines (81 loc) · 1.69 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
project:
type: book
output-dir: docs
execute:
echo: true
warning: false
output: false
book:
title: "R for Novice Programmers (1e)"
subtitle: "First Steps with R and RStudio"
image: Cover_R4NP.png
author: "William Okech"
date: 01/01/2024
reader-mode: true
# cookie-consent:
# type: express
# style: headline
# palette: dark
google-analytics:
tracking-id: "G-9WD4X1TR0R"
anonymize-ip: true
page-footer:
left: |
R for Novice Programmers (1e) was written by William Okech.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
cover-image: Cover_R4NP.png
favicon: Cover_R4NP.png
#site-url:
repo-url: https://github.com/wokech/r4novice
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- intro.qmd
- overview.qmd
- download_install.qmd
- navigating.qmd
- managing.qmd
- importing.qmd
- arithmetic_variables.qmd
- operators.qmd
- data_types.qmd
- vectors.qmd
- data_struct_1.qmd
- data_struct_2.qmd
- missing.qmd
- conclusion.qmd
- references.qmd
appendices:
- appendix.qmd
- datasets.qmd
bibliography: references.bib
format:
html:
theme: cosmo
code-link: true
toc: true
toc-depth: 3
lof: true
lot: true
number-sections: true
number-depth: 4
colorlinks: true
highlight-style: github
pdf:
documentclass: scrreprt
toc: true
toc-depth: 3
lof: true
lot: true
number-sections: true
number-depth: 4
colorlinks: true
highlight-style: github
epub: default
docx:
toc: true
number-sections: true
highlight-style: github
editor: visual