-
Notifications
You must be signed in to change notification settings - Fork 1
/
_bookdown.yml
42 lines (40 loc) · 1.21 KB
/
_bookdown.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
title: "Introduction to R (2021)"
author: "Sarah Bonnin"
date: "`r Sys.Date()`"
book_filename: "r-intro-crg"
language:
ui:
chapter_name: "Part "
delete_merged_file: true
rmd_files: ["index.Rmd",
"Rintro.Rmd",
"rstudio.Rmd",
"Rbasics.Rmd",
"pathdirectories.Rmd",
"functionbasics.Rmd",
"Rscripts.Rmd",
"exercise1.Rmd",
"datatypes.Rmd",
"datastructure.Rmd",
"vector.Rmd",
"exercise2.Rmd", "exercise3.Rmd",
"factor.Rmd", "matrix.Rmd",
"dataframe.Rmd", "2d_manip.Rmd",
"exercise4.Rmd", "exercise5.Rmd",
"na.Rmd", "inout.Rmd",
"libpackages.Rmd", "exercise6_module2.Rmd",
"workspace.Rmd",
"exercise7_module2.Rmd",
"baseplot.Rmd", "io_plots.Rmd", "exercise8_baseplot.Rmd",
"extraplot.Rmd",
"ggplot2.Rmd", "exercise9_ggplot.Rmd",
"ggtheme.Rmd",
"regex.Rmd", "exercise10_regex.Rmd",
"conditional.Rmd", "exercise11_if.Rmd",
"forloop.Rmd", "exercise12_for.Rmd"]
output:
bookdown::gitbook:
theme: cosmo
highlight: tango
output_dir: "docs"
output_format: html