From c4e8498ee688fff1e1b2df1a7a65f888cb0d9d84 Mon Sep 17 00:00:00 2001 From: jranke Date: Wed, 25 Apr 2012 10:33:53 +0000 Subject: - Transferred some testing code from test.R to unit tests for mkinpredict - Fixed the output format of mkinpredict to be uniform across solution types git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@33 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- inst/unitTests/runit.mkinfit.R | 1 + 1 file changed, 1 insertion(+) (limited to 'inst/unitTests/runit.mkinfit.R') diff --git a/inst/unitTests/runit.mkinfit.R b/inst/unitTests/runit.mkinfit.R index a06e4ff1..2030f852 100644 --- a/inst/unitTests/runit.mkinfit.R +++ b/inst/unitTests/runit.mkinfit.R @@ -257,4 +257,5 @@ test.mkinfit.schaefer07_complex_example <- function() r$mkin.deviation <- abs(round(100 * ((r$mkin - r$means)/r$means), digits=1)) checkIdentical(r$mkin.deviation < 10, rep(TRUE, length(r$mkin.deviation))) } # }}} + # vim: set foldmethod=marker ts=2 sw=2 expandtab: -- cgit v1.2.1