File tree Expand file tree Collapse file tree 11 files changed +101
-13
lines changed Expand file tree Collapse file tree 11 files changed +101
-13
lines changed Original file line number Diff line number Diff line change
1
+ meta :
2
+ name :
3
+ short : Tidy Survey R
4
+ full : Exploring Complex Survey Data Analysis Using R
5
+ link :
6
+ home : https://tidy-survey-r.github.io/user-2025-survey-data-tutorial/
7
+ github : https://github.com/tidy-survey-r/user-2025-survey-data-tutorial
8
+
9
+ logo :
10
+ images :
11
+ favicon :
12
+ path : images/favicon.png
13
+ full :
14
+ path : images/logo.png
15
+ header :
16
+ path : images/header.png
17
+ small : favicon
18
+ medium : favicon
19
+ large : full
20
+
21
+ color :
22
+ palette :
23
+ blue : " #0b3954"
24
+ teal : " #087e8b"
25
+ lightblue : " #bfd7ea"
26
+ pink : " #ff8484"
27
+ purple : " #8d6b94"
28
+ lightblue2 : " #ecf3f9"
29
+ foreground : blue
30
+ background : lightblue
31
+ primary : blue
32
+ secondary : teal
33
+
34
+ typography :
35
+ fonts :
36
+ - family : Ubuntu
37
+ source : google
38
+ - family : Telex
39
+ source : google
40
+ - family : Source Code Pro
41
+ source : google
42
+ base : Telex
43
+ headings : Ubuntu
44
+ monospace : Source Code Pro
45
+ monospace-inline :
46
+ family : Source Code Pro
47
+ background-color : lightblue2
48
+ monospace-block :
49
+ family : Source Code Pro
50
+ background-color : lightblue2
51
+ link :
52
+ decoration : underline
53
+
54
+ defaults :
55
+ bootstrap :
56
+ # bootstrap variable definitions
57
+ quarto :
58
+ format :
59
+ # basic format-specific settings
60
+ html :
61
+ revealjs :
62
+ shiny :
63
+ # shiny specific settings
Original file line number Diff line number Diff line change @@ -2,12 +2,16 @@ project:
2
2
type : website
3
3
4
4
website :
5
- title : " user-2025-survey-data-tutorial"
5
+ favicon : images/favicon.png
6
+ title : " user 2025"
6
7
navbar :
8
+ background : primary
9
+ search : true
7
10
left :
8
11
- href : index.qmd
9
12
text : Home
10
- - about.qmd
13
+ - href : slides.qmd
14
+ text : Slides
11
15
12
16
format :
13
17
html :
@@ -17,5 +21,11 @@ format:
17
21
css : styles.css
18
22
toc : true
19
23
24
+ editor : source
25
+
26
+ execute :
27
+ echo : true
28
+
29
+ highlight-style : atom-one
20
30
21
31
Original file line number Diff line number Diff line change 1
1
---
2
- title : " user-2025- survey-data-tutorial "
2
+ title : " Complex Survey Data Analysis: A Tidy Introduction with {srvyr} and { survey} "
3
3
---
4
4
5
- This is a Quarto website.
5
+ This is the website for the tutorial. We include slides and exercises .
6
6
7
- To learn more about Quarto websites visit < https://quarto.org/docs/websites > .
8
7
9
- ``` {r}
10
- 1 + 1
11
- ```
You can’t perform that action at this time.
0 commit comments