template.project
R Project Template for Analytic Applications such as Machine Learning Competitions
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 Travis.
git-flow
approach in your development cycle.inception
.template.project
content to the new reposetory.template.project.Rproj
file to <package-name>.Rproj
.DESCRIPTION
file, and edit the following fields:tidylab.
prefix.README.Rmd
delete the Useage Section.README.Rmd
by clicking the Knit button.inception
branch.You can install template.project
by using:
install.packages("devtools")
devtools::install_github("data-science-competitions/template.project")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.