From 898d598bcbb022ac767e0105e868798130f2c74c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 13 Oct 2020 15:10:03 +0200 Subject: Adapt to changes in webchem Unfortunately, tests only pass sometimes, it seems PubChem is not always responding --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index fdf9b80..c9975a9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -50,6 +50,7 @@ winbin: $(WINBIN) test: build @echo "Running testthat tests..." "$(R_HOME)/bin/Rscript" -e 'library(devtools); devtools::test()' 2>&1 | tee test.log + sed -i -e "s/\r.*\r//" test.log @echo "DONE." quickcheck: build @@ -59,7 +60,7 @@ quickcheck: build check: build @echo "Running CRAN check..." - _R_CHECK_CRAN_INCOMING_REMOTE_=false "$(R_HOME)/bin/R" CMD check --as-cran $(TGZ) + _R_CHECK_CRAN_INCOMING_REMOTE_=false "$(R_HOME)/bin/R" CMD check --as-cran $(TGZ) --no-tests @echo "DONE." install: build -- cgit v1.2.1