-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
44 lines (39 loc) · 1.26 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
project:
type: website
render:
- "index.qmd"
- "slides/*qmd"
- "!classwork/"
- "!CODE_OF_CONDUCT.md"
output-dir: docs
website:
title: "Survival analysis with tidymodels"
description: "This workshop provides an introduction to predictive survival analysis with R using the tidymodels framework, a collection of packages for modeling and machine learning using tidyverse principles."
open-graph: true
twitter-card: true
site-url: https://hfrick.github.io/tidymodels-survival-workshop
repo-url: https://github.com/hfrick/tidymodels-survival-workshop
repo-actions: [edit, issue]
favicon: "favicon.ico"
navbar:
background: "#CA225E"
pinned: true
logo: tidymodels.png
right:
- text: Learn more
menu:
- href: https://www.tidymodels.org/start/
text: "Get started at tidymodels.org"
- href: https://www.tmwr.org/
text: "Tidy Modeling with R"
- href: https://www.tidymodels.org/learn/index.html#category=survival%20analysis
text: "Survival analysis at tidymodels.org"
format:
html:
theme: cosmo
css: styles.css
toc: true
fig-format: svg
html-math-method:
method: mathjax
url: "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"