Skip to content

R Project Template for Analytic Applications such as Machine Learning Competitions

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

data-science-competitions/template.project

Repository files navigation

template.project

Lifecycle: experimental test-suite code-coverage

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")