-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_quarto.yml
60 lines (56 loc) · 1.09 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
project:
type: book
book:
title: "Modelling Spatiotemporal Processes"
author: "Edzer Pebesma, Christian Knoth"
date: "10/08/2022"
site-url: https://edzer.github.io/mstp/
repo-url: https://github.com/edzer/mstp/
repo-branch: master
repo-actions: [edit]
chapters:
- index.qmd
- part: Time Series
chapters:
- ts1.qmd
- ts2.qmd
- part: Optimisation
chapters:
- op1.qmd
- op2.qmd
- part: Spatial Interpolation
chapters:
- si1.qmd
- si2.qmd
- si3.qmd
- si4.qmd
- si5.qmd
- si6.qmd
- part: Other topics
chapters:
- de1.qmd
appendices:
- references.qmd
bibliography:
- book.bib
knitr:
opts_chunk:
collapse: true
cache: true
comment: "#"
R.options:
knitr.graphics.auto_pdf: true
dplyr.print_min: 6
dplyr.print_max: 6
stars.crs: 17
digits: 3
format:
html:
number-depth: 2
theme: cosmo
code-fold: false
code-summary: "Code"
knitr:
opts_chunk:
R.options:
width: 68