-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto.yml
76 lines (66 loc) · 1.61 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
project:
output-dir: docs
type: book
book:
site-url: "https://jmbuhr.de/dataintro/"
title: "Introduction to Data Analysis with R"
author: "Jannik Buhr"
description: "This is where you will find all the resources for the course Introduction to Data Analysis with R"
date: today
image: cover.png
favicon: "favicon.png"
page-navigation: true
search: true
repo-url: https://github.com/jmbuhr/dataintro
repo-actions: [issue, source]
# downloads: [pdf, epub]
# sharing: [twitter]
open-graph: true
# twitter-card:
# creator: "@jannikbuhr"
chapters:
- index.qmd
- 01-intro.qmd
- 02-data-wrangling.qmd
- 03-tidy-data.qmd
- 04-functional-programming.qmd
- 05-probability-and-hypothesis-testing.qmd
- 06-distributions-summaries-and-dimensionality-reduction.qmd
- 07-fallacies-correlation-and-regression.qmd
- 08-freestyle.qmd
appendices:
- resources.qmd
- references.qmd
execute:
cache: true
echo: true
warning: false
message: false
freeze: auto
knitr:
opts_chunk:
comment: ""
out.width: "100%"
echo: TRUE
paged.print: TRUE
bibliography: references.bib
citation:
license: "CC BY"
type: book
author: Jannik Buhr
collection-title: Introduction to Data Analysis with R
issued: 2022-05-17
abstract: |
An introductory course to data analysis with R.
format:
html:
theme:
light: [default, theme.scss]
dark: [default, darkly, theme.scss]
mainfont: Roboto
monofont: Fira Mono
css: ./style.css
number-sections: true
code-link: true
reference-links: true
reference-location: margin