aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-09-23 18:23:00 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-09-23 18:23:00 +0200
commit399383adcdb37c4a3e32f1a2133a2fa3663618d0 (patch)
tree05e8a6702e455db03a33c7a8a9214e6b95f22268
parent9fb69b042924045df90119e47ad4dc666dbc8b4d (diff)
Keep the graph for the markdown file
The markdown file is not self-contained as the html file...
-rw-r--r--GNUmakefile1
-rw-r--r--README_files/figure-html/unnamed-chunk-3-1.pngbin0 -> 16024 bytes
2 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index dd8a4e5..8e505af 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -59,7 +59,6 @@ README.html: README.rmd
"$(R_HOME)/bin/Rscript" -e "rmarkdown::render('README.rmd', output_format = 'html_document', clean = FALSE)"
mv README.utf8.md README.md
rm README.knit.md
- rm -rf README_files
build: $(TGZ)
diff --git a/README_files/figure-html/unnamed-chunk-3-1.png b/README_files/figure-html/unnamed-chunk-3-1.png
new file mode 100644
index 0000000..eec1d6a
--- /dev/null
+++ b/README_files/figure-html/unnamed-chunk-3-1.png
Binary files differ

Contact - Imprint