-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.Rmd
34 lines (23 loc) · 1.06 KB
/
readme.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: "Gamifying Agile Estimation"
output: github_document
date: February, 2017
author: Andrew Sears
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
This is a presentation on Gamifying Agile Estimation practices using RStudio's presentation format.
*"gamification is exciting because it promises to make the hard stuff in life fun"*
This repository also contains the following R Scripts
|Script|Description|
|---|---|
|DownloadSigs.R|Download signatories pages to /data/ folder in html format|
|ConvertSigs.R|Reads signatories pages from /data html files, adds metadata and saves /data/sigs.RDS|
|AnalyzeSigs.R|Document Term Frequency and Association Analysis|
|LoadSigs.R|Load signatories RDS file|
|PlotMap.R|Future mapping exercise|
|RandomSigs.R|Random blat of signatories and their comments|
|WebService.R|Plumber web service against RandomSigs.R (http://localhost:8000/agilefortune)|
Best viewed with<br>
<img src="https://www.rstudio.com/wp-content/uploads/2014/07/RStudio-Logo-Blue-Gradient.png" alt="alt text" width="128" height="64">