aboutsummaryrefslogtreecommitdiff
path: root/tests/pyrithione.R
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-05-23 08:25:16 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-05-23 08:25:16 +0000
commitccd54663243aed9869862190dbf69401e36a8108 (patch)
tree0aca89d47e42dc7a8ac39a58bf3fc040bcc36507 /tests/pyrithione.R
parent4d60b8ed0236af9227db79bf062f2381e683cc4a (diff)
Only print 5 digits in the tests, since I get some differences
in the last digits between amd64 and i386. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@81 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'tests/pyrithione.R')
-rw-r--r--tests/pyrithione.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pyrithione.R b/tests/pyrithione.R
index f05988d..d78492d 100644
--- a/tests/pyrithione.R
+++ b/tests/pyrithione.R
@@ -1,4 +1,4 @@
library(drfit)
data(pyrithione)
rpyr <- drfit(pyrithione,linlogit=TRUE,linlogitWrong=c("MSPT","MSPHI"))
-rpyr
+print(rpyr,digits=5)

Contact - Imprint