aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-23 15:15:41 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-23 15:15:41 +0200
commite2c33e96775d27edc40be4bcedc6077135e90b0a (patch)
treec6be8cbce75a55168490dbadd516aa4b6edd6527
parent7b2d21afb970fdc23c5fbfb2404245f2a9f22257 (diff)
Remove Rplots.pdf that is being built by staticdocs
-rw-r--r--.Rbuildignore1
-rw-r--r--DESCRIPTION2
-rw-r--r--GNUmakefile2
-rw-r--r--Rplots.pdfbin4805 -> 0 bytes
4 files changed, 4 insertions, 1 deletions
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
--- a/Rplots.pdf
+++ /dev/null
Binary files differ

Contact - Imprint