Restore yaml metadata necessary for travis

This commit is contained in:
hadley 2015-12-16 16:41:08 -06:00
parent d149c28639
commit fae4699bba
18 changed files with 69 additions and 5 deletions

View File

@ -4,7 +4,7 @@ library(bookdown)
library(methods)
args <- commandArgs(trailingOnly = TRUE)
path <- args[1]
path <- temp.Rmd
if (!file.exists(path)) {
stop("Can't find path ", path, call. = FALSE)

View File

@ -21,13 +21,13 @@ module Jekyll
# http://rubyquicktips.com/post/5862861056/execute-shell-commands
content = `_plugins/knit.r temp.Rmd`
if $?.exitstatus != 0
raise "Knitting failed"
raise "Knitting failed"
end
content
# File.unlink f.path
end
end
end
end

View File

@ -1,3 +1,7 @@
----
layout: default
----
# Data structures
Might be quite brief.

View File

@ -1,3 +1,7 @@
----
layout: default
----
# Dates and times

View File

@ -1,3 +1,7 @@
----
layout: default
----
# Exploratory data analysis
```{r, include = FALSE}

View File

@ -1,3 +1,7 @@
----
layout: default
----
# Expressing yourself in code
```{r, include = FALSE}

View File

@ -1,3 +1,7 @@
----
layout: default
----
# Data import
```{r, include = FALSE}

View File

@ -1,3 +1,7 @@
----
layout: default
----
# Introduction
```{r setup-intro, include = FALSE}

View File

@ -1,3 +1,7 @@
----
layout: default
----
# Lists
```{r setup-lists, include=FALSE}

View File

@ -1,3 +1,7 @@
----
layout: default
----
# Model assessment
```{r setup-model, include=FALSE}

View File

@ -1,3 +1,7 @@
----
layout: default
----
# Model visualisation
Gap minder

View File

@ -1,3 +1,7 @@
----
layout: default
----
# Model
After reading this chapter, what can you do that you couldn't before?

View File

@ -1,3 +1,7 @@
----
layout: default
----
# R Markdown
Recommendations for learning more about communication:

View File

@ -1 +1,5 @@
----
layout: default
----
# Shiny

View File

@ -1,3 +1,7 @@
----
layout: default
----
# String manipulation
```{r setup-strings, include = FALSE}

View File

@ -1,3 +1,7 @@
----
layout: default
----
# Tidy data
> "Tidy datasets are all alike but every messy dataset is messy in its

View File

@ -1,3 +1,7 @@
----
layout: default
----
# Data transformation {#transform}
```{r setup-transform, include = FALSE}

View File

@ -1,3 +1,7 @@
----
layout: default
----
# Data visualisation
```{r setup-visualise, include = FALSE}