template.project

Overview

This template conforms to a conceptual model of Analysis Projects suggested by Hadley Wickham. Using this template reduces: * Unnecessary variance between projects configurations; and * Development time spent on making a barebone project working for the first time. This is possible as the boilerplate comes with: * Fully configured test-suite, including code-coverage; and * Fully configured continuous-integration (CI) script for GitHub Actions.

Installation

You can install template.project by using:

install.packages("remotes")
remotes::install_github("data-science-competitions/template.project")