-
Notifications
You must be signed in to change notification settings - Fork 14
/
_bookdown.yml
executable file
·73 lines (65 loc) · 1.8 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
book_filename: "rmrwr"
title: "Reproducible Medical Research with R"
language:
ui:
chapter_name: "Chapter "
delete_merged_file: true
new_session: yes
rmd_files:
- index.Rmd
- io02-getting-started.Rmd
- io03-tasting.Rmd
- io80-intro-reproducibility.Rmd
- io05-importing.Rmd
- io06a-filter.Rmd
- io05a-columns.Rmd
- io92-mutating_new_variables.Rmd
- io80-mutating_joins.Rmd
- io65-error_messages.Rmd
- io09-building-blocks.Rmd
- io59-hashtag_debugging.Rmd
- io60-help_in_R.Rmd
- io66-base_r.Rmd
- io04-updating.Rmd
- io07-major-updates.Rmd
- io81-intermed-reproducibility.Rmd
- io33-making-table-one.Rmd
- io30-ttest.Rmd
- io69-sample_size.Rmd
- io66-blockrand.rmd
- io48-univariate_distrib_plots.Rmd
- io48b-bivariate-scatter-plots.Rmd
- io48j-extension-plots.Rmd
- io48c-scales.Rmd
- io67-ggplot_helpers.Rmd
- io71-functions_plots.Rmd
- io76-found_data.Rmd
- io23-linear-regression.Rmd
- io23b-logistic-regression.Rmd
- io101-fftrees.Rmd
- io23c-intro-shiny.Rmd
- io24-sharing-shiny.Rmd
- io56-intro_rmarkdown.Rmd
- io56a-rmarkdown-output.Rmd
- io56b-Rmd-citations-Zotero.Rmd
- io56c-Intro-to-Quarto.Rmd
- io70-r_cmd_line.Rmd
- io198-title-holder.Rmd
- io199-references.Rmd
# notes
# publishing to bookdown.org - primary
# details at https://bookdown.org/yihui/bookdown/rstudio-connect.html
# render book with
# bookdown::render_book('index.html')
# publish book with
# bookdown::publish_book(account = 'pdr_higgins')
# published at: https://bookdown.org/pdr_higgins/rmrwr/
# then commit and push to github
## backup option
# drag and drop quick publishing
# build book using Build tab
# Go into Finder, find _book folder in Rcode/rmrwr_book
# go on web to app.netlify.com/drop, drag and drop folder
# claimed as https://rmrwr.netlify.app
# now can go to https://app.netlify.com/sites/rmrwr/deploys
# drag and drop to update site