From 1d8b1f890f45dabc3e1360d9475a747d4e6db2a6 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 29 Jun 2015 09:42:27 +0200 Subject: 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. --- GNUmakefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.1