11 lines
181 B
Text
11 lines
181 B
Text
|
---
|
||
|
title: "Watchtower - Git Commits analysieren"
|
||
|
author: "Jannis von Hagen"
|
||
|
date: "`r Sys.Date()`"
|
||
|
output: html_document
|
||
|
---
|
||
|
```{r echo=FALSE}
|
||
|
source("Analyze.R")
|
||
|
setup_data()
|
||
|
```
|