-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
38 lines (35 loc) · 927 Bytes
/
_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
project:
type: book
render:
- "index.qmd"
- "chapters/*.qmd"
execute-dir: project # working directory is always root of project
output-dir: "docs/"
book:
title: "R Basics"
author:
- "Nick Ulle"
- "Wesley Brooks"
date: now
chapters:
- "index.qmd"
- "chapters/01_getting-started.qmd"
- "chapters/02_data-structures.qmd"
- "chapters/03_exploring-data.qmd"
- "chapters/04_organizing_code.qmd"
- "chapters/05_appendix.qmd"
- "chapters/97_where-to-learn-more.qmd"
- "chapters/98_acknowledgements.qmd"
- "chapters/99_assessment.qmd"
repo-url: "https://github.com/ucdavisdatalab/workshop_r_basics"
repo-actions: [issue, source]
sidebar:
logo: "images/datalab-logo-full-color-rgb-1.png"
logo-alt: "The logo of the UC Davis DataLab."
logo-href: "https://datalab.ucdavis.edu/"
format:
html:
theme: cosmo
toc: true
execute:
freeze: auto