aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-10-13 15:10:03 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-10-13 15:10:03 +0200
commit898d598bcbb022ac767e0105e868798130f2c74c (patch)
tree8a079442d27df08ed8ee7659f508f62e544f8b32 /GNUmakefile
parent6937e41d317b953d8246203814500166dbe89470 (diff)
Adapt to changes in webchem
Unfortunately, tests only pass sometimes, it seems PubChem is not always responding
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
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

Contact - Imprint