From 4cc35d77e9ce6fb46f5ba37350a281bf0a82f286 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 2 Oct 2015 13:26:09 +0200 Subject: Some maintenance --- GNUmakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index ff8958cb..6534a71e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -52,7 +52,7 @@ quickinstall: build-no-vignettes "$(RBIN)/R" CMD INSTALL $(TGZVNR) check: build - "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) 2>&1 | tee check.log + "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) quickcheck: build-no-vignettes mv $(TGZVNR) $(TGZ) @@ -60,7 +60,6 @@ quickcheck: build-no-vignettes mv $(TGZ) $(TGZVNR) clean: - $(RM) -r $(PKGNAME).Rcheck/ $(RM) -r vignettes/*.bbl $(RM) -r vignettes/*.blg $(RM) -r vignettes/*.fls -- cgit v1.2.1