From 75d436be311fff523148dbb078d4c8336740dea5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 3 Mar 2022 10:23:16 +0100 Subject: More work to try to pass tests on R-devel winbuilder --- GNUmakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 75a18e58..d6a6d9b5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -57,6 +57,9 @@ build-no-vignettes: $(TGZVNR) install: build "$(RBIN)/R" CMD INSTALL $(TGZ) +devinstall: build + "$(RDEVBIN)/R" CMD INSTALL $(TGZ) + quickinstall: build-no-vignettes "$(RBIN)/R" CMD INSTALL $(TGZVNR) @@ -82,7 +85,7 @@ test: install "$(RBIN)/Rscript" -e 'options(cli.dynamic = TRUE); devtools::test()' 2>&1 | tee test.log sed -i -e "s/.*\r.*\r//" test.log -devtest: install +devtest: devinstall "$(RDEVBIN)/Rscript" -e 'options(cli.dynamic = TRUE); devtools::test()' 2>&1 | tee test_dev.log sed -i -e "s/\r.*\r//" test_dev.log -- cgit v1.2.1