Skip to content

Commit fafbc51

Browse files
Still fixing Travis...
1 parent 5cdeeac commit fafbc51

File tree

8 files changed

+18
-11
lines changed

8 files changed

+18
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
docs/*.md
33
book/asciidoc
44
_book_output
5+
.netlify

.netlify

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ script:
2323

2424
deploy:
2525
provider: script
26-
script: cd .. && pwd && ls && netlify deploy --prod --dir _book_output
26+
script: cd .. && pwd && netlify deploy --prod --dir _book_output
2727
skip_cleanup: true

book/book.rds

0 Bytes
Binary file not shown.

book/images/sioux-2019-06-12.jpg

218 KB
Loading

book/images/sioux-2019-06-12.png

2.38 MB
Loading

book/index.Rmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,17 @@ github-repo: "jeroenjanssens/data-science-at-the-command-line"
1515
---
1616

1717

18+
1819
# Welcome {-}
1920

2021
This is the website for *Data Science at the Command Line*, published by O'Reilly October 2014 First Edition. This hands-on guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. You’ll learn how to combine small, yet powerful, command-line tools to quickly obtain, scrub, explore, and model your data.
2122

23+
<a href="https://www.datascienceworkshops.com/blog/public-workshop-sioux-data-science-at-the-command-line/">
24+
```{r, out.width = "600px", echo=FALSE, fig.align='center'}
25+
knitr::include_graphics("images/sioux-2019-06-12.jpg")
26+
```
27+
</a>
28+
2229
To get you started---whether you’re on Windows, macOS, or Linux---author [Jeroen Janssens](https://twitter.com/jeroenhjanssens) has developed a [Docker image](https://hub.docker.com/r/datascienceworkshops/data-science-at-the-command-line) packed with over 80 command-line tools.
2330

2431
Discover why the command line is an agile, scalable, and extensible technology. Even if you’re already comfortable processing data with, say, Python or R, you’ll greatly improve your data science workflow by also leveraging the power of the command line.

book/packages.bib

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ @Manual{R-base
33
author = {{R Core Team}},
44
organization = {R Foundation for Statistical Computing},
55
address = {Vienna, Austria},
6-
year = {2017},
6+
year = {2019},
77
url = {https://www.R-project.org/},
88
}
99
@Manual{R-bookdown,
1010
title = {bookdown: Authoring Books and Technical Documents with R Markdown},
1111
author = {Yihui Xie},
12-
year = {2017},
13-
note = {R package version 0.5},
14-
url = {https://github.com/rstudio/bookdown},
12+
year = {2018},
13+
note = {R package version 0.9},
14+
url = {https://CRAN.R-project.org/package=bookdown},
1515
}
1616
@Manual{R-knitr,
1717
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
1818
author = {Yihui Xie},
19-
year = {2017},
20-
note = {R package version 1.18},
19+
year = {2019},
20+
note = {R package version 1.22},
2121
url = {https://CRAN.R-project.org/package=knitr},
2222
}
2323
@Manual{R-rmarkdown,
2424
title = {rmarkdown: Dynamic Documents for R},
25-
author = {JJ Allaire and Yihui Xie and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang},
26-
year = {2017},
27-
note = {R package version 1.8},
25+
author = {JJ Allaire and Yihui Xie and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone},
26+
year = {2019},
27+
note = {R package version 1.12},
2828
url = {https://CRAN.R-project.org/package=rmarkdown},
2929
}

0 commit comments

Comments
 (0)