diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-15 14:41:26 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-15 21:12:08 +0200 |
commit | 6b4e342b240baaf18150360986d15895fc80a937 (patch) | |
tree | b9664e0970280bbebb8e3fc13b59f3920c86d4e5 /GNUmakefile | |
parent | c43b4947007b3c26bc56260499af51c41b8cd702 (diff) |
Add endpoint and GUS functions, roxygenize
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
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 |