-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
46 lines (40 loc) · 1.22 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
project:
type: book
book:
title: "Setting up R"
author:
- name: "Nicolas Casajus"
orcid: "0000-0002-5537-5294"
url: "https://nicolascasajus.fr"
affiliations:
- name: FRB-CESAB
url: "https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/"
date: today
description: A user guide to setup a working environment for data science with R<hr>
favicon: images/favicon.png
page-footer:
left: "© CC-By [FRB-CESAB](https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/)"
center: "Code source available on [{{< fa brands github >}}](https://github.com/frbcesab/rsetup/)"
right: "Built with [Quarto](https://quarto.org/)"
border: true
reader-mode: false
search: false
chapters:
- index.qmd
- part: "Installation"
chapters:
- chapters/windows.qmd
- chapters/macos.qmd
- chapters/ubuntu.qmd
- part: "Configuration"
chapters:
- chapters/rstudio.qmd
- chapters/git.qmd
- chapters/github-ssh.qmd
- chapters/github-token.qmd
format:
html:
theme: [cosmo, css/styles.scss]
code-copy: true
code-line-numbers: false
# highlight-style: zenburn