[Distr-commits] r385 - branches/distr-2.1/pkg/distrMod/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jan 28 06:40:37 CET 2009
Author: ruckdeschel
Date: 2009-01-28 06:40:36 +0100 (Wed, 28 Jan 2009)
New Revision: 385
Modified:
branches/distr-2.1/pkg/distrMod/R/AllShow.R
Log:
a minor buglet
Modified: branches/distr-2.1/pkg/distrMod/R/AllShow.R
===================================================================
--- branches/distr-2.1/pkg/distrMod/R/AllShow.R 2009-01-28 03:38:25 UTC (rev 384)
+++ branches/distr-2.1/pkg/distrMod/R/AllShow.R 2009-01-28 05:40:36 UTC (rev 385)
@@ -63,7 +63,7 @@
}
}
}
- if(!identical(all.equal(object at trafo, diag(length(object)),
+ if(!identical(all.equal(trafo(object), diag(length(object)),
tolerance = .Machine$double.eps^0.5), TRUE)){
if(getdistrModOption("show.details")!="minimal"){
if(is.function(object at trafo)){
More information about the Distr-commits
mailing list