diff --git a/hacking_religion/appendix_a.qmd b/hacking_religion/appendix_a.qmd index 58e076c..4ed0253 100644 --- a/hacking_religion/appendix_a.qmd +++ b/hacking_religion/appendix_a.qmd @@ -1,4 +1,6 @@ -# Appendix A: how to set up a reproducible R script: +# Appendix A: how to set up a working environment and layout a reproducible R script: + +Add `renv` and explanation of `here` ``` # R Setup ----------------------------------------------------------------- diff --git a/hacking_religion/appendix_b.qmd b/hacking_religion/appendix_b.qmd new file mode 100644 index 0000000..41a2ff9 --- /dev/null +++ b/hacking_religion/appendix_b.qmd @@ -0,0 +1,16 @@ +# Some other useful books and guides: + +## R Data Science Books: +- [R For Data Science 2e](https://r4ds.hadley.nz/) +- [Data Science in a Box](https://datasciencebox.org/01-overview) +- [R Markdown: The Definitive Guide](https://bookdown.org/yihui/rmarkdown/) + +## Python Data Science Books: +- [Intro to Cultural Analytics and Python](https://melaniewalsh.github.io/Intro-Cultural-Analytics/welcome.html) +- [The Hitchhiker's Guide to Python](https://docs.python-guide.org/) + +## Reproducible Research: +- [Anna Krystalli, Putting the into Reproducible Research: Directors Cut](https://annakrystalli.me/talks/r-in-repro-research-dc.html) + +# Web tools for data scientists: +- ["i want hue: colors for data scientists"](https://medialab.github.io/iwanthue/) diff --git a/hacking_religion/chapter_1.qmd b/hacking_religion/chapter_1.qmd index 943e40b..4ee3c66 100644 --- a/hacking_religion/chapter_1.qmd +++ b/hacking_religion/chapter_1.qmd @@ -57,6 +57,9 @@ wmids_data <- select(religion_uk, no_religion:other) In keeping with my goal to demonstrate data science through examples, we're going to move on to producing some snappy looking charts for this data. +## Making your first chart + +