-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
79 lines (73 loc) · 1.58 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
project:
type: website
output-dir: docs
preview:
port: 7771
browser: false
resources:
- "images/*.png"
- "images/*.jp*g"
lang: ko-KR
website:
title: "빗스탯2"
site-url: https://r2bit.com/BitStat2/
google-analytics: "UA-229551680-1"
description: "BitStat2: 오픈 통계 패키지"
favicon: images/favicon.ico
search: true
navbar:
logo: images/Korea_R_User_Group_kor.png
left:
- text: "빛스탯"
menu:
- href: 01_data.qmd
text: "01 데이터"
- href: 02_eda.qmd
text: "02 EDA"
- href: 03_viz.qmd
text: "03 시각화"
- href: 04_testing.qmd
text: "04 통계검정"
- href: 05_infer.qmd
text: "05 추론"
- href: 06_reg.qmd
text: "06 회귀분석"
- href: 07_theory.qmd
text: "07 통계이론"
right:
- about.qmd
- BitStat.qmd
- icon: github
href: https://github.com/bit2r/BitStat2
- icon: facebook
href: https://www.facebook.com/groups/tidyverse
- icon: discord
href: https://discord.gg/wJbu4WQz
format:
html:
theme: spacelab
linkcolor: "#0000A0"
css: styles.css
highlight-style: github
date-format: iso
editor: source
license: "CC BY-SA-NC & GPL-3"
number-sections: true
number-depth: 2
# ---------------------------------- #
filters:
- shinylive
- webr
# - pyodide
# ---------------------------------- #
webr:
packages:
- "stringr"
- "dplyr"
- "ggplot2"
- "tidyr"
- "gt"
- "gtExtras"
- "tibble"
- "readr"
- "curl"