Chapter 12 Reproducibility

Source Files for Reproducibility

This project has been written using the R package Bookdown. For reproducibility, all source files and data are available on my GitHub repository here. To recreate this document just clone the repository and save it in the Thesis folder at the following location C:/ThesisSource/Thesis.

Session info for Reproducibility

The R session info when compiling this book is shown below:

## R version 3.3.2 (2016-10-31)
## Platform: i386-w64-mingw32/i386 (32-bit)
## Running under: Windows 10 x64 (build 14393)
## 
## locale:
## [1] LC_COLLATE=English_United Kingdom.1252 
## [2] LC_CTYPE=English_United Kingdom.1252   
## [3] LC_MONETARY=English_United Kingdom.1252
## [4] LC_NUMERIC=C                           
## [5] LC_TIME=English_United Kingdom.1252    
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## other attached packages:
##  [1] hexbin_1.27.1      shiny_1.0.0        ggplot2_2.2.1     
##  [4] RColorBrewer_1.1-2 sp_1.2-4           texreg_1.36.23    
##  [7] MASS_7.3-45        xtable_1.8-2       dplyr_0.5.0       
## [10] knitr_1.15.1       webshot_0.4.1     
## 
## loaded via a namespace (and not attached):
##  [1] digest_0.6.12    htmltools_0.3.6  R6_2.2.0         scales_0.4.1    
##  [5] assertthat_0.1   rprojroot_1.2    grid_3.3.2       stringr_1.1.0   
##  [9] munsell_0.4.3    corrplot_0.77    tibble_1.2       highr_0.6       
## [13] httpuv_1.3.3     lattice_0.20-34  mime_0.5         DBI_0.5-1       
## [17] jpeg_0.1-8       labeling_0.3     rstudioapi_0.6   plyr_1.8.4      
## [21] stringi_1.1.2    magrittr_1.5     png_0.1-7        reshape2_1.4.2  
## [25] bookdown_0.3     rmarkdown_1.3    evaluate_0.10    gtable_0.2.0    
## [29] colorspace_1.3-2 yaml_2.1.14      tools_3.3.2      lazyeval_0.2.0  
## [33] backports_1.0.5  Rcpp_0.12.9