aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2023-11-12 04:43:04 +0100
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2023-11-12 04:43:04 +0100
commitdeb4c0250a1afa788a4f7450a4907707e680aa65 (patch)
treedc5edf83bb6d1ee596fff1e8b9b3227a60e1201e /GNUmakefile
parent963dd87c009e11035aa9801e71b05784289b5267 (diff)
Start RStudio project, some maintenance
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d993d27..fae80e3 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -7,8 +7,10 @@ DATE := $(shell date +%Y-%m-%d)
.PHONEY: usage check clean
-pkgfiles = DESCRIPTION \
+pkgfiles = \
.Rbuildignore \
+ ChangeLog \
+ DESCRIPTION \
data/* \
docs/* \
docs/reference/* \
@@ -23,7 +25,7 @@ clean:
rm -fR pfm.Rcheck
@echo "DONE."
-roxygen:
+roxygen:
@echo "Roxygenizing package..."
"$(R_HOME)/bin/Rscript" -e 'devtools::document()'
@echo "DONE."

Contact - Imprint