Skip to content

Latest commit

 

History

History
140 lines (96 loc) · 4.4 KB

File metadata and controls

140 lines (96 loc) · 4.4 KB
title XXX
author Ben Anderson (b.anderson@soton.ac.uk `@dataknut`)
date Last run at: 2018-06-12 23:09:57
output
html_document pdf_document
fig_caption keep_md number_sections self_contained toc toc_float
true
true
true
false
true
true
toc
true
bibliography /Users/ben/bibliography.bib

If you wish to use any of the material from this report please cite as:

This work is (c) 2018 the University of Southampton.

\newpage

About

Report circulation:

Purpose

This report is intended to:

  • XYZ.

Requirements:

  • ABC

History

Generally tracked via our git.soton repo:

Support

This work was supported by:

We do not 'support' the code but if you have a problem check the issues on our repo and if it doesn't already exist, open one. We might be able to fix it :-)

Introduction

To ...

# Load data

Analysis

Discuss your results

here

Conclusions

go here

Runtime

Analysis completed in 0.69 seconds ( 0.01 minutes) using knitr in RStudio with R version 3.5.0 (2018-04-23) running on x86_64-apple-darwin15.6.0.

R environment

R packages used:

  • base R - for the basics [@baseR]
  • data.table - for fast (big) data handling [@data.table]
  • lubridate - date manipulation [@lubridate]
  • ggplot2 - for slick graphics [@ggplot2]
  • readr - for csv reading/writing [@readr]
  • dplyr - for select and contains [@dplyr]
  • progress - for progress bars [@progress]
  • knitr - to create this document & neat tables [@knitr]
  • nzGREENGrid - for local NZ GREEN Grid project utilities

Session info:

## R version 3.5.0 (2018-04-23)
## Platform: x86_64-apple-darwin15.6.0 (64-bit)
## Running under: macOS High Sierra 10.13.5
## 
## Matrix products: default
## BLAS: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRblas.0.dylib
## LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib
## 
## locale:
## [1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## other attached packages:
## [1] knitr_1.20        skimr_1.0.3       readr_1.1.1       ggplot2_2.2.1    
## [5] dplyr_0.7.5       data.table_1.11.2
## 
## loaded via a namespace (and not attached):
##  [1] Rcpp_0.12.17      pillar_1.2.2      compiler_3.5.0   
##  [4] plyr_1.8.4        bindr_0.1.1       prettyunits_1.0.2
##  [7] tools_3.5.0       progress_1.1.2    digest_0.6.15    
## [10] lubridate_1.7.4   evaluate_0.10.1   tibble_1.4.2     
## [13] gtable_0.2.0      pkgconfig_2.0.1   rlang_0.2.0      
## [16] yaml_2.1.19       bindrcpp_0.2.2    stringr_1.3.1    
## [19] hms_0.4.2         rprojroot_1.3-2   grid_3.5.0       
## [22] tidyselect_0.2.4  glue_1.2.0        R6_2.2.2         
## [25] rmarkdown_1.9     purrr_0.2.4       reshape2_1.4.3   
## [28] magrittr_1.5      backports_1.1.2   scales_0.5.0     
## [31] htmltools_0.3.6   nzGREENGrid_0.1.0 assertthat_0.2.0 
## [34] colorspace_1.3-2  stringi_1.2.2     lazyeval_0.2.1   
## [37] munsell_0.4.3

References