-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
93 lines (82 loc) · 2.3 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
project:
type: website
website:
title: "Introduction to {renv}"
page-footer:
center: "Copyright, 2024 Open Science Center at LMU Munich"
border: false
search:
location: sidebar
repo-url: https://github.com/lmu-osc/introduction-to-renv
repo-actions: [edit, issue]
back-to-top-navigation: true
page-navigation: true
favicon: assets/LMU_OSC_favicon.jpg
margin-header: |
![](/assets/LMU-OSC_logo.jpg){width="175"}
navbar:
right:
- about.qmd
left:
- href: index.qmd
text: Home
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/lmu-osc/introduction-to-renv
- text: Report a Bug
url: https://github.com/lmu-osc/introduction-to-renv/issues
- icon: house-heart
url: https://www.osc.uni-muenchen.de/index.html
sidebar:
style: "docked"
# background: "#cfc7c6"
contents:
- text: "Overview"
href: index.qmd
- section: "Background"
contents:
- href: comp_reproducible.qmd
text: "1. Reproducibility"
- href: intro_dependencies.qmd
text: "2. Software Dependencies"
- href: technical_definitions.qmd
text: "3. Technical Definitions"
- href: dependencies_in_r.qmd
text: "4. R Package Managers"
- section: "{renv}"
contents:
- href: renv_getting_started.qmd
text: "1. Quick Start"
- href: starting_details.qmd
text: "2. Understanding {renv}"
- href: restoring_a_project.qmd
text: "3. Restoring Projects"
- section: "Exercises"
contents:
- href: ex_init_snapshot.qmd
text: "Init and Snapshot"
- href: ex_2.qmd
text: "Restore"
- href: ex_3.qmd
text: "Explicitly Record"
- section: "Optional Content"
contents:
- href: caching.qmd
text: "Caching"
- href: embed_and_use.qmd
text: "`embed()` and `use()`"
- href: advanced_topics.qmd
format:
html:
theme:
- cosmo
- custom.scss
css: styles.css
toc: true
fontsize: 13pt
code-overflow: wrap
grid:
sidebar-width: 300px
editor: visual