Skip to content

Commit dcaa1bb

Browse files
committed
rebuilt book after merging software installation chapter
1 parent 9e3e355 commit dcaa1bb

File tree

95 files changed

+2734
-2113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+2734
-2113
lines changed

_bookdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ language:
33
ui:
44
chapter_name: "Chapter "
55
delete_merged_file: true
6-
rmd_files: ["index.Rmd", "intro.Rmd", "reading.Rmd", "wrangling.Rmd", "viz.Rmd", "classification1.Rmd", "classification2.Rmd", "regression1.Rmd", "regression2.Rmd", "clustering.Rmd", "inference.Rmd", "jupyter.Rmd", "version-control.Rmd", "setup.Rmd", "references.Rmd", "appendixA.Rmd"]
6+
rmd_files: ["index.Rmd", "intro.Rmd", "reading.Rmd", "wrangling.Rmd", "viz.Rmd", "classification1.Rmd", "classification2.Rmd", "regression1.Rmd", "regression2.Rmd", "clustering.Rmd", "inference.Rmd", "jupyter.Rmd", "version-control.Rmd", "setup.Rmd", "appendixA.Rmd", "references.Rmd"]

appendixA.Rmd

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
\cleardoublepage
2-
3-
```{r echo=FALSE, results='asis'}
4-
if(!knitr::is_latex_output()){
5-
cat("# (APPENDIX) Appendix {-}")
6-
} else {
7-
cat("\\appendix")
8-
}
9-
```
1+
# (APPENDIX) Appendix {-}
102

113
# Download files from a JupyterHub for later local use {#appendixA}
124

docs/Getting-started-with-version-control.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta name="author" content="Melissa Lee" />
2727

2828

29-
<meta name="date" content="2021-08-04" />
29+
<meta name="date" content="2021-09-19" />
3030

3131
<meta name="viewport" content="width=device-width, initial-scale=1" />
3232
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -488,8 +488,10 @@
488488
<li class="chapter" data-level="13.3.5" data-path="move-to-your-own-machine.html"><a href="move-to-your-own-machine.html#r-packages"><i class="fa fa-check"></i><b>13.3.5</b> R packages</a></li>
489489
<li class="chapter" data-level="13.3.6" data-path="move-to-your-own-machine.html"><a href="move-to-your-own-machine.html#latex"><i class="fa fa-check"></i><b>13.3.6</b> LaTeX</a></li>
490490
</ul></li>
491-
<li class="chapter" data-level="13.4" data-path="move-to-your-own-machine.html"><a href="move-to-your-own-machine.html#moving-files-to-your-computer"><i class="fa fa-check"></i><b>13.4</b> Moving files to your computer</a></li>
491+
<li class="chapter" data-level="13.4" data-path="move-to-your-own-machine.html"><a href="move-to-your-own-machine.html#finishing-up-installation"><i class="fa fa-check"></i><b>13.4</b> Finishing up installation</a></li>
492492
</ul></li>
493+
<li class="appendix"><span><b>Appendix</b></span></li>
494+
<li class="chapter" data-level="A" data-path="appendixA.html"><a href="appendixA.html"><i class="fa fa-check"></i><b>A</b> Download files from a JupyterHub for later local use</a></li>
493495
<li class="chapter" data-level="" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i>References</a></li>
494496
<li class="divider"></li>
495497
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
5.3 KB
2.55 KB
4.79 KB
4.32 KB
269 Bytes
1.03 KB
397 Bytes

0 commit comments

Comments
 (0)