Skip to content

Commit

Permalink
Drop jekyll markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Feb 17, 2016
1 parent 56b5775 commit 9e2fc73
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 129 deletions.
5 changes: 0 additions & 5 deletions communicate.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Communicate your work
---

# Communicate your work

Reproducible, literate code is the data science equivalent of the Scientific Report (i.e, Intro, Methods and materials, Results, Discussion).
5 changes: 0 additions & 5 deletions contribute.rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
title: Contributing
layout: default
---

# Contributing

This book has been developed in the open, and it wouldn't be nearly as good
Expand Down
5 changes: 0 additions & 5 deletions data-structures.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Data structures
---

# Data structures

Might be quite brief.
Expand Down
5 changes: 0 additions & 5 deletions databases.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Databases
---

# Databases

### Two-table verbs
Expand Down
6 changes: 0 additions & 6 deletions datetimes.Rmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
---
layout: default
title: Dates and times
---

# Dates and times


If you have trouble remembering these abbreviations, check out the [strptimer package](https://cran.r-project.org/web/packages/strptimer/vignettes/strptimer.html).
5 changes: 0 additions & 5 deletions functions.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Expressing yourself in code
---

# Expressing yourself in code

```{r, include = FALSE}
Expand Down
5 changes: 0 additions & 5 deletions import.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Data import
---

# Data import

```{r, include = FALSE}
Expand Down
3 changes: 0 additions & 3 deletions index.rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
layout: default
title: Welcome

knit: "bookdown::render_book"
output:
bookdown::html_chapters:
Expand Down
5 changes: 0 additions & 5 deletions intro.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
title: Introduction
layout: default
---

# Introduction

```{r setup-intro, include = FALSE}
Expand Down
5 changes: 0 additions & 5 deletions lists.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Lists
---

# Lists

```{r setup-lists, include=FALSE}
Expand Down
5 changes: 0 additions & 5 deletions model-assess.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Model assessment
---

# Model assessment

```{r setup-model, include=FALSE}
Expand Down
5 changes: 0 additions & 5 deletions model-vis.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Model visualisation
---

# Model visualisation

Gap minder
5 changes: 0 additions & 5 deletions model.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Model
---

# Model

A model is a function that summarizes how the values of one variable vary in response to the values of other variables. Models play a large role in hypothesis testing and prediction, but for the moment you should think of models just like you think of statistics. A statistic summarizes a *distribution* in a way that is easy to understand; and a model summarizes *covariation* in a way that is easy to understand. In other words, a model is just another way to describe data.
Expand Down
5 changes: 0 additions & 5 deletions program.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Save time by programming
---

# Programming

Computer-human communication matters.
5 changes: 0 additions & 5 deletions relational-data.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Relational data
---

# Relational data {#relation-data}

```{r setup-relation, include = FALSE}
Expand Down
5 changes: 0 additions & 5 deletions rmarkdown.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: R Markdown
---

# R Markdown

Recommendations for learning more about communication:
Expand Down
5 changes: 0 additions & 5 deletions robust-code.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Robust code
---

```{r, include = FALSE}
library(magrittr)
```
Expand Down
5 changes: 0 additions & 5 deletions science.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Do science with data
---

# Do science with data

The scientific method guides data science. Data science solves known problems with the scientific method.
5 changes: 0 additions & 5 deletions shiny.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
---
layout: default
title: Shiny
---

# Shiny
5 changes: 0 additions & 5 deletions strings.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Strings
---

# Strings

```{r setup-strings, include = FALSE}
Expand Down
5 changes: 0 additions & 5 deletions tidy.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Tidy data
---

# Tidy data

> "Tidy datasets are all alike but every messy dataset is messy in its
Expand Down
5 changes: 0 additions & 5 deletions transform.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Transform
---

# Data transformation {#transform}

```{r setup-transform, include = FALSE}
Expand Down
5 changes: 0 additions & 5 deletions understand.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Understand your data
---

# Understand your data

Data poses a cognitive problem; Data comprehension is a skill.
5 changes: 0 additions & 5 deletions variation.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Variation
---

# Variation

```{r, include = FALSE}
Expand Down
5 changes: 0 additions & 5 deletions visualize.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Visualize
---

# Data visualisation

```{r setup-visualise, include = FALSE}
Expand Down
5 changes: 0 additions & 5 deletions work.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
title: Work with your data
---

# Work with your data

With data, the relationships between values matter as much as the values themselves. Tidy data encodes those relationships.

0 comments on commit 9e2fc73

Please sign in to comment.