diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-02-09 12:19:14 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-02-09 12:19:14 +0100 |
commit | d8f31d1323998f33d07535f55c81be380d93ca45 (patch) | |
tree | ef0e614878397974bb4040e146fb116bb4ee40c5 /GNUmakefile | |
parent | 0fa8a770812775d697717ad723f7f61fb04b7fef (diff) |
Adapt saemix interface to saemix 3.0 on CRAN
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |