-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
101 lines (93 loc) · 2.23 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
98
99
100
project:
type: book
output-dir: docs
book:
title: "R Avanzado"
reader-mode: true
page-footer:
left: |
<b>"R Avanzado"</b> fue escrito por Hadley Wickham.
right: |
Este libro fue creado usando <a href="https://quarto.org/">Quarto</a>.
cover-image: cover.png
favicon: projectlogo.png
author:
- name: Hadley Wickham
search: true
downloads: [pdf]
sidebar:
pinned: true
tools:
- icon: github
menu:
- text: Original
url: https://github.com/hadley/adv-r
- text: Traducción
url: https://github.com/davidrsch/adv-res
page-navigation: true
chapters:
- index.qmd
- Preface.qmd
- Introduction.qmd
- part: "Fundamentos"
chapters:
- Foundations.qmd
- Names-values.qmd
- Vectors.qmd
- Subsetting.qmd
- Control-flow.qmd
- Functions.qmd
- Environments.qmd
- Conditions.qmd
- part: "Programación funcional"
chapters:
- FP.qmd
- Functionals.qmd
- Function-factories.qmd
- Function-operators.qmd
- part: "Programación orientada a objetos"
chapters:
- OO.qmd
- base-types.qmd
- S3.qmd
- R6.qmd
- S4.qmd
- OO-tradeoffs.qmd
- part: "Metaprogramación"
chapters:
- Meta.qmd
- Big-picture.qmd
- Expressions.qmd
- Quotation.qmd
- Evaluation.qmd
- Translation.qmd
- part: "Tecnicas"
chapters:
- Techniques.qmd
- Debugging.qmd
- Perf-measure.qmd
- Perf-improve.qmd
- Rcpp.qmd
- References.qmd
bibliography: book.bib
format:
html:
include-after-body: [ddrsch_script.html]
css: adv-r.css
lang:
es
pdf:
documentclass: scrbook
include_in_header: latex/preamble.tex
include_before_body: latex/before_body.tex
include_after_body: latex/after_body.tex
keep_tex: true
dev: "cairo_pdf"
latex_engine: xelatex
citation_package: natbib
pandoc_args: ["--top-level-division=chapter", "--lua-filter=latex/sidebar.lua"]
theme: null
quote_footer: ["\\hspace*{\\fill} ", ""]
toc_unnumbered: false
number_sections: true
editor: visual