This repository contains the data and code for paper:
Hongyuan Jia and Adrian Chong, (2020). A framework for integrating building energy simulation and data-driven analytics. (In review)
Please cite this compendium as:
Hongyuan Jia and Adrian Chong, (2020). Compendium of R code and data for A framework for integrating building energy simulation and data-driven analytics. Accessed 05 Jul 2020.
(a) Option 1: Download the compiled draft PDF
The latest compiled draft PDF can be downloaded from the Actions
→
Artifacts
.
(b) Option 2: Download the compendium and compile the PDF
You can download the compendium as a zip from from this URL: https://github.com/ideas-lab-nus/eplusr-paper/archive/master.zip
Or you can install this compendium as an R package, eplusr-paper, from GitHub with:
# install.packages("remotes")
remotes::install_github("ideas-lab-nus/eplusr-paper")
The PDF can be compiled via:
rmarkdown::render('vignettes/paper.Rmd')
Text and figures : CC-BY-4.0
Code : See the DESCRIPTION file
Data : CC-0 attribution requested in reuse
We welcome contributions from everyone. Before you get started, please see our contributor guidelines. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.