From e2c33e96775d27edc40be4bcedc6077135e90b0a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 23 Jun 2015 15:15:41 +0200 Subject: Remove Rplots.pdf that is being built by staticdocs --- .Rbuildignore | 1 + DESCRIPTION | 2 +- GNUmakefile | 2 ++ Rplots.pdf | Bin 4805 -> 0 bytes 4 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 Rplots.pdf diff --git a/.Rbuildignore b/.Rbuildignore index b4f752d5..700385ef 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -18,3 +18,4 @@ vignettes/*.synctex.gz ^vignettes/*_cache$ ^vignettes/*_files$ ^figure/* +^Rplots.pdf$ diff --git a/DESCRIPTION b/DESCRIPTION index 3a0bbf53..56f3fe15 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: mkin Type: Package Title: Routines for Fitting Kinetic Models with One or More State Variables to Chemical Degradation Data -Version: 0.9-37 +Version: 0.9-38 Date: 2015-06-23 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de"), diff --git a/GNUmakefile b/GNUmakefile index 6727cd07..9caa84f7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -74,6 +74,7 @@ clean: $(RM) -r vignettes/*_files $(RM) -r vignettes/*-concordance.tex $(RM) -r vignettes/*.syntex.gz + $(RM) Rplots.pdf test: install-no-vignettes cd tests;\ @@ -89,6 +90,7 @@ vignettes: install-no-vignettes vignettes/mkin.pdf vignettes/FOCUS_D.html vignet sd: "$(RBIN)/Rscript" -e "library(staticdocs); build_site()" + $(RM) Rplots.pdf move-sd: rm -rf $(SDDIR)/*;\ diff --git a/Rplots.pdf b/Rplots.pdf deleted file mode 100644 index a0b55668..00000000 Binary files a/Rplots.pdf and /dev/null differ -- cgit v1.2.1