aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2023-11-10 18:40:34 +0100
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2023-11-10 19:21:11 +0100
commit816de01ce642c1c3d633ffb1cbcf960036d27114 (patch)
treecf732b6e18bcc0864b481f804a1cb0b16bdd7d4d /GNUmakefile
parent67384ac3c7c0b888d67d06473f81e46d520a7dd3 (diff)
Make an RStudio project and improve the docs
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c9975a9..8d2c094 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -27,11 +27,9 @@ pd: roxygen
@echo "DONE."
$(TGZ): $(pkgfiles)
- sed -i -e "s/Date:.*/Date: $(DATE)/" DESCRIPTION
@echo "Roxygenizing package..."
"$(R_HOME)/bin/Rscript" -e 'library(devtools); document()'
@echo "Building package..."
- git log --no-merges -M --date=iso > ChangeLog
"$(R_HOME)/bin/R" CMD build .
@echo "DONE."

Contact - Imprint