aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-10-15 14:41:26 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-10-15 21:12:08 +0200
commit6b4e342b240baaf18150360986d15895fc80a937 (patch)
treeb9664e0970280bbebb8e3fc13b59f3920c86d4e5 /GNUmakefile
parentc43b4947007b3c26bc56260499af51c41b8cd702 (diff)
Add endpoint and GUS functions, roxygenize
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b6dbe8a..50de943 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -31,13 +31,13 @@ clean:
roxygen:
@echo "Roxygenizing package..."
- "$(R_HOME)/bin/Rscript" -e 'library(devtools); document("pkg")' 2>&1 | tee roxygen.log
+ "$(R_HOME)/bin/Rscript" -e 'library(devtools); document("pkg")'
@echo "DONE."
$(TGZ): $(pkgfiles)
sed -i -e "s/Date:.*/Date: $(DATE)/" pkg/DESCRIPTION
@echo "Roxygenizing package..."
- "$(R_HOME)/bin/Rscript" -e 'library(devtools); document("pkg")' 2>&1 | tee roxygen.log
+ "$(R_HOME)/bin/Rscript" -e 'library(devtools); document("pkg")'
@echo "Building package..."
git log --no-merges -M --date=iso pkg/ > pkg/ChangeLog
"$(R_HOME)/bin/R" CMD build pkg > build.log 2>&1

Contact - Imprint