From d8f31d1323998f33d07535f55c81be380d93ca45 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 9 Feb 2022 12:19:14 +0100 Subject: Adapt saemix interface to saemix 3.0 on CRAN --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 39270cb3..5f2b9bda 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -80,6 +80,7 @@ clean: test: install "$(RBIN)/Rscript" -e 'devtools::test()' 2>&1 | tee test.log + # The following does not have the desired effect with current testthat sed -i -e "s/\r.*\r//" test.log devtest: install -- cgit v1.2.1