From 39b0b93b5d15a3a0e9126f29c753e2fef75dc701 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 15 Jul 2020 14:11:25 +0200 Subject: Improve tests - Reduce significant digits for the objective function output in mkinfit(..., quiet = FALSE) as R and R-devel gave different output on my system - Add makefile target 'devtest' for testing with R-devel, in order to fix problems showing up with R-devel on Travis --- man/mmkin.Rd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man/mmkin.Rd') diff --git a/man/mmkin.Rd b/man/mmkin.Rd index 9a74a9cd..e06f6cd1 100644 --- a/man/mmkin.Rd +++ b/man/mmkin.Rd @@ -34,8 +34,9 @@ for parallel execution.} } \value{ A two-dimensional \code{\link{array}} of \code{\link{mkinfit}} -objects that can be indexed using the model names for the first index (row index) -and the dataset names for the second index (column index). +objects and/or try-errors that can be indexed using the model names for the +first index (row index) and the dataset names for the second index (column +index). } \description{ This function calls \code{\link{mkinfit}} on all combinations of models and -- cgit v1.2.1