From 816de01ce642c1c3d633ffb1cbcf960036d27114 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Fri, 10 Nov 2023 18:40:34 +0100 Subject: Make an RStudio project and improve the docs --- GNUmakefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'GNUmakefile') 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." -- cgit v1.2.1