From d99066580844f59ae7ec597aee64cd479de7b847 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R" Date: Thu, 23 Sep 2021 17:21:44 -0700 Subject: [PATCH] try running check a different way --- R/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/Makefile b/R/Makefile index 9d4888e4..ab1ef1a7 100644 --- a/R/Makefile +++ b/R/Makefile @@ -810,7 +810,7 @@ $(INST)/ex2 : ../phreeqc3-examples/ex2 ######################################## check : all - R CMD check --as-cran phreeqc + Rscript -e "devtools::check('phreeqc')" valgrind : install R -d "valgrind --tool=memcheck --leak-check=full" --vanilla < valgrind.R 2>&1 | tee valgrind.full.out