Coding¶
Good Coding¶
Bash¶
Editors¶
R¶
quarto¶
- https://blog.djnavarro.net/posts/2022-04-20_porting-to-quarto/
- https://www.apreshill.com/blog/2022-04-we-dont-talk-about-quarto/
- https://www.njtierney.com/post/2022/04/11/rmd-to-qmd/
- https://yihui.org/en/2022/04/quarto-r-markdown/
- https://beamilz.com/posts/2022-06-05-creating-a-blog-with-quarto/
- „Learning by doing: migrating to Quarto from Bookdown“
- „Quarto for the curious“ - Talk by Tom Mock at the RStudio::conf(2022)
- „Slidecraft 101: Colors and Fonts“ - Emil Hvitfeldt
- „Customizing Quarto Websites“ by Sam Csik
ggplot2
¶
Shiny¶
RMarkdown¶
Bookdown¶
- bookdown
- Setting multiple authors and affiliations in
bookdown
- Two rendering approaches in
bookdown
- Deploy
bookdown
on GitHub pages - Jenny Bryan's ode to the
here
package - Launching RStudio in Docker
Packages¶
xaringan
¶
- https://slides.yihui.org/xaringan/
- https://www.garrickadenbuie.com/blog/highlight-lines-without-breaking-the-code-in-xaringan/
- https://rlesur.gitlab.io/xaringan-gitlab-pages/slides.pdf
- https://github.com/yihui/xaringan/wiki/Deploy-Slides-Online
- https://stackoverflow.com/questions/52016911/highlight-selection-of-code-in-xaringan/52018533
- https://github.com/gnab/remark/wiki/Configuration#highlighting
- http://pkg.garrickadenbuie.com/extra-awesome-xaringan/xaringanthemer/index.html#1
- https://bookdown.org/yihui/rmarkdown/xaringan-preview.html
- https://github.com/uo-ec607/lectures/blob/master/02-git/02-Git.Rmd
Tidyverse¶
Python¶
n = '4'
print(n.zfill(2))
Last update: 2022-10-19