aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-29 09:42:27 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-29 09:53:08 +0200
commit1d8b1f890f45dabc3e1360d9475a747d4e6db2a6 (patch)
treedf506fdba21744f6290fb4782fa5ce2290545d62 /GNUmakefile
parent164c4af404b59f9144f68fcefeeac34326a34372 (diff)
Do not include plots and R output in README
This does not get rendered properly on CRAN, and is easily replaced by links to the static documentation on R-Forge.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ac2c4577..80b88eb4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -31,9 +31,6 @@ pkgfiles = \
all: build
-README.md: README.Rmd
- "$(RBIN)/Rscript" -e 'require(knitr); knit("README.Rmd")'
-
$(TGZ): $(pkgfiles)
cd ..;\
"$(RBIN)/R" CMD build $(PKGSRC) 2>&1 | tee $(PKGNAME)/build.log
@@ -86,7 +83,6 @@ vignettes: vignettes/mkin.pdf vignettes/FOCUS_D.html vignettes/FOCUS_L.html vign
sd: install
rm -rf $(SDDIR)/*
- cp -r figure $(SDDIR)
@echo Now execute
@echo "\n library(staticdocs); build_site(site_path = '$(SDDIR)')\n"
$(RBIN)/R

Contact - Imprint