-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_bookdown.yml
78 lines (78 loc) · 2.16 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
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
book_filename: "bot89-introR"
repo: https://github.com/LABOTAM/IntroR/
output_dir: _book
clean: ["pkg-bib.bib", "bot89-introR.tex"] #"bot89-introR.bbl"]
delete_merged_file: true
new_session: no
edit: https://github.com/LABOTAM/IntroR/blob/main/%s
view: https://github.com/LABOTAM/IntroR/edit/main/%s
language:
label:
fig: 'Figura '
tab: 'Tabela '
ui:
chapter_name: "Capítulo "
rmd_files:
latex: ["index.Rmd",
"00-autores.Rmd",
"01-intro.Rmd",
"02-vetores.Rmd",
"03-matrizes_dframes.Rmd",
"04-listas_objComplexos.Rmd",
"05-funcoes_graficas.Rmd",
"06-iteracoes_controleFluxo.Rmd",
"07-sumarizacao_dados.Rmd",
"08-manip_txt_arqs_pasta.Rmd",
"09-amostragens_aleatorias.Rmd",
"10-extracao_dados.Rmd",
"11-aed_checadados.Rmd",
"12-aed_checaunivar.Rmd",
"13-aed_checabivar.Rmd",
"14-aed_checamultivar.Rmd",
"15-tidyverse.Rmd",
"16-baixa_descomprime.Rmd",
"17-videos_pdf.Rmd",
"18-chernoff.Rmd",
"19-referencias.Rmd"]
html: ["index.Rmd",
"00-autores.Rmd",
"01-intro.Rmd",
"02-vetores.Rmd",
"03-matrizes_dframes.Rmd",
"04-listas_objComplexos.Rmd",
"05-funcoes_graficas.Rmd",
"06-iteracoes_controleFluxo.Rmd",
"07-sumarizacao_dados.Rmd",
"08-manip_txt_arqs_pasta.Rmd",
"09-amostragens_aleatorias.Rmd",
"10-extracao_dados.Rmd",
"11-aed_checadados.Rmd",
"12-aed_checaunivar.Rmd",
"13-aed_checabivar.Rmd",
"14-aed_checamultivar.Rmd",
"15-tidyverse.Rmd",
"16-baixa_descomprime.Rmd",
"17-videos_html.Rmd",
"18-chernoff.Rmd",
"19-referencias.Rmd"]
epub: ["index.Rmd",
"00-autores.Rmd",
"01-intro.Rmd",
"02-vetores.Rmd",
"03-matrizes_dframes.Rmd",
"04-listas_objComplexos.Rmd",
"05-funcoes_graficas.Rmd",
"06-iteracoes_controleFluxo.Rmd",
"07-sumarizacao_dados.Rmd",
"08-manip_txt_arqs_pasta.Rmd",
"09-amostragens_aleatorias.Rmd",
"10-extracao_dados.Rmd",
"11-aed_checadados.Rmd",
"12-aed_checaunivar.Rmd",
"13-aed_checabivar.Rmd",
"14-aed_checamultivar.Rmd",
"15-tidyverse.Rmd",
"16-baixa_descomprime.Rmd",
"17-videos_pdf.Rmd",
"18-chernoff.Rmd",
"19-referencias.Rmd"]