Skip to content

Commit

Permalink
classic-examples: add slides
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonstat committed Dec 15, 2016
1 parent 7dd5b3a commit e9ccd25
Show file tree
Hide file tree
Showing 30 changed files with 1,008 additions and 0 deletions.
470 changes: 470 additions & 0 deletions slides/02-classic-examples/02-classic-examples.Rnw

Large diffs are not rendered by default.

Binary file not shown.
516 changes: 516 additions & 0 deletions slides/02-classic-examples/02-classic-examples.tex

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions slides/02-classic-examples/Makefile
@@ -0,0 +1,22 @@
# source Rnw file
rnw = $(wildcard ls *.Rnw)
# get just the name (no extension)
file = $(patsubst %.Rnw,%,$(rnw))
# images
images = $(wildcard ls images/*.*)


.PHONY: clean


all: $(file).tex


$(file).tex: $(file).Rnw $(images)
Rscript -e "library(knitr); knit2pdf('$(<)', output = '$(@)')"
# remove secondary files
rm -f *.{aux,log,nav,out,snm,vrb,toc}


clean:
rm -f *.tex
Binary file added slides/02-classic-examples/images/10000-men.pdf
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added slides/02-classic-examples/images/challenger.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/02-classic-examples/images/minard-map.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/02-classic-examples/images/moscou-map.pdf
Binary file not shown.
Binary file added slides/02-classic-examples/images/napoleon.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added slides/02-classic-examples/images/semyonov.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit e9ccd25

Please sign in to comment.