Skip to content

Commit 03add11

Browse files
authored
Rename files to qmd (#367)
* use qmd file extension * update filenames in _quarto.yml * declare knitr engine explicitly in yaml * specify knitr engine in the document that triggers jupyter
1 parent 1d3f5c5 commit 03add11

31 files changed

+35
-29
lines changed

_quarto.yml

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ project:
22
type: book
33
output-dir: _book
44

5+
engine: knitr
6+
57
book:
68
title: "ggplot2: Elegant Graphics for Data Analysis (3e)"
79
reader-mode: true
@@ -19,46 +21,46 @@ book:
1921
repo-branch: main
2022
repo-actions: [edit, issue]
2123
chapters:
22-
- index.Rmd
24+
- index.qmd
2325

24-
- preface-3e.Rmd
25-
- preface-2e.Rmd
26+
- preface-3e.qmd
27+
- preface-2e.qmd
2628

27-
- part: start.Rmd
29+
- part: start.qmd
2830
chapters:
29-
- introduction.Rmd
30-
- getting-started.Rmd
31+
- introduction.qmd
32+
- getting-started.qmd
3133

32-
- part: toolbox.Rmd
34+
- part: toolbox.qmd
3335
chapters:
34-
- individual-geoms.Rmd
35-
- collective-geoms.Rmd
36-
- statistical-summaries.Rmd
37-
- maps.Rmd
38-
- networks.Rmd
39-
- annotations.Rmd
40-
- arranging-plots.Rmd
36+
- individual-geoms.qmd
37+
- collective-geoms.qmd
38+
- statistical-summaries.qmd
39+
- maps.qmd
40+
- networks.qmd
41+
- annotations.qmd
42+
- arranging-plots.qmd
4143

42-
- part: scales.Rmd
44+
- part: scales.qmd
4345
chapters:
44-
- scales-position.Rmd
45-
- scales-colour.Rmd
46-
- scales-other.Rmd
46+
- scales-position.qmd
47+
- scales-colour.qmd
48+
- scales-other.qmd
4749

48-
- part: mastery.Rmd
50+
- part: mastery.qmd
4951
chapters:
50-
- layers.Rmd
51-
- scales-guides.Rmd
52-
- coord.Rmd
53-
- facet.Rmd
54-
- themes.Rmd
52+
- layers.qmd
53+
- scales-guides.qmd
54+
- coord.qmd
55+
- facet.qmd
56+
- themes.qmd
5557

56-
- part: extending.Rmd
58+
- part: extending.qmd
5759
chapters:
58-
- programming.Rmd
59-
- internals.Rmd
60-
- extensions.Rmd
61-
- ext-springs.Rmd
60+
- programming.qmd
61+
- internals.qmd
62+
- extensions.qmd
63+
- ext-springs.qmd
6264

6365
bibliography: references.bib
6466

File renamed without changes.
File renamed without changes.
File renamed without changes.

coord.Rmd renamed to coord.qmd

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

facet.Rmd renamed to facet.qmd

File renamed without changes.
File renamed without changes.

index.Rmd renamed to index.qmd

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

layers.Rmd renamed to layers.qmd

File renamed without changes.

maps.Rmd renamed to maps.qmd

File renamed without changes.

mastery.Rmd renamed to mastery.qmd

File renamed without changes.
File renamed without changes.

preface-2e.Rmd renamed to preface-2e.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
engine: knitr
3+
---
4+
15
# Preface to the second edition {.unnumbered}
26

37
Welcome to the second edition of "ggplot2: elegant graphics for data analysis".
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

scales.Rmd renamed to scales.qmd

File renamed without changes.

start.Rmd renamed to start.qmd

File renamed without changes.
File renamed without changes.

themes.Rmd renamed to themes.qmd

File renamed without changes.

toolbox.Rmd renamed to toolbox.qmd

File renamed without changes.

0 commit comments

Comments
 (0)