diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-07-15 14:11:25 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-07-15 14:16:29 +0200 |
commit | 39b0b93b5d15a3a0e9126f29c753e2fef75dc701 (patch) | |
tree | fcb5527b86595b7c077cb574aecc62ff99a26e26 /man | |
parent | 9f8e1eb33b586beb7e889212bdababa081b6ff67 (diff) |
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
Diffstat (limited to 'man')
-rw-r--r-- | man/mmkin.Rd | 5 |
1 files changed, 3 insertions, 2 deletions
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 |