-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path11-Colophon.Rmd
38 lines (21 loc) · 1.26 KB
/
11-Colophon.Rmd
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
# (APPENDIX) Appendix {-}
# Colophon {.unnumbered}
## Version {.unnumbered}
This is `r version` of *Computational Film Analysis with R* and was published on `r format(Sys.Date(), '%d %B %Y')`.
### Change log {.unnumbered}
```{r echo = FALSE}
pacman::p_load(here, dplyr, readr)
change_log <- read_csv(here("Data", "CFA_change_log.csv"))
knitr::kable(head(change_log))
```
The full change log for this book is available [here](https://github.com/DrNickRedfern/CFA-with-R/blob/main/Data/CFA_change_log.csv).
## Source {.unnumbered}
The source code for this book is available at [https://github.com/DrNickRedfern/CFA-with-R](https://github.com/DrNickRedfern/CFA-with-R)
## Build {.unnumbered}
This book was built with:
```{r echo = FALSE}
sessioninfo::session_info(c("tidyverse"))
```
# Reader statistics {.unnumbered}
On this page you can access the readership statistics for this book from its original on 13 September 2022 to the day. Data is updated every 12 hours. View the data in full screen mode by clicking on the full screen icon (⛶) at the bottom of the page.
<iframe width="700" height="2188" src="https://lookerstudio.google.com/embed/reporting/986c81fb-3dcd-4fdd-bc93-2eaae7dd79b1/page/kIV1C" frameborder="0" style="border:0" allowfullscreen></iframe>