-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstallation-notes.txt
More file actions
28 lines (19 loc) · 856 Bytes
/
Copy pathinstallation-notes.txt
File metadata and controls
28 lines (19 loc) · 856 Bytes
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
# installation notes
## install on mac
update rstudio & r to latest version (Pile of Leaves)
following: https://bookdown.org/yihui/bookdown/get-started.html
unpack,
install bookdown
install tinytex
get to build all and get TinyTex error
xelatex
mac installation on https://yihui.org/tinytex/ seems to fix it
now have downlit & xml2 package errors
install downlit & xml2
renders under Build
## Locally update immediately w/o needing to rerender
install.packages("servr")
bookdown::serve_book(dir = ".", output_dir = "_book", preview = TRUE, in_session = TRUE, quiet = FALSE)
## publishing book
while the serve_book will allow local update, it doesn't update the files in docs. to do that, use "install package" or "Build All" under "Build" in the menu
markdown cheat sheet for equations: https://www.upyesp.org/posts/makrdown-vscode-math-notation/