aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-09-27 17:46:59 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-09-27 17:46:59 +0200
commit2985771a8fad29e2ebeef533adcf81d621fb5a35 (patch)
treea2706135f71da276cecc649049c58cba70538bf0 /GNUmakefile
parent5b3334f37a31aa98f6aed866c8c407fb7cc256dd (diff)
Remove header with metadata, misrendered on github
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5efa49b..d15273d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -45,7 +45,7 @@ $(TGZ): $(pkgfiles)
@echo "DONE."
README.html: README.md
- "$(R_HOME)/bin/Rscript" -e "rmarkdown::render('README.md')"
+ "$(R_HOME)/bin/Rscript" -e "rmarkdown::render('README.md', output_format = 'html_document')"
build: $(TGZ)

Contact - Imprint