diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 17:46:59 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 17:46:59 +0200 |
commit | 2985771a8fad29e2ebeef533adcf81d621fb5a35 (patch) | |
tree | a2706135f71da276cecc649049c58cba70538bf0 /GNUmakefile | |
parent | 5b3334f37a31aa98f6aed866c8c407fb7cc256dd (diff) |
Remove header with metadata, misrendered on github
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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) |