From d032e404e17bde93e329ff203a87c61f0ff2facb Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 14 Jan 2021 20:42:10 +0000 Subject: Don't try to build the pdf manual --- R/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'R/Makefile') diff --git a/R/Makefile b/R/Makefile index fb8a06e..566af9a 100644 --- a/R/Makefile +++ b/R/Makefile @@ -35,10 +35,10 @@ build: clean test: check check: build - R CMD check $(PACKAGE)_$(VERSION).tar.gz + R CMD check --no-manual $(PACKAGE)_$(VERSION).tar.gz cran: build - R CMD check --as-cran $(PACKAGE)_$(VERSION).tar.gz + R CMD check --no-manual --as-cran $(PACKAGE)_$(VERSION).tar.gz ############ # Clean up # -- cgit v1.2.3