[Robast-commits] r1147 - branches/robast-1.2/pkg/RobAStBase/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Aug 16 09:58:34 CEST 2018
Author: ruckdeschel
Date: 2018-08-16 09:58:34 +0200 (Thu, 16 Aug 2018)
New Revision: 1147
Modified:
branches/robast-1.2/pkg/RobAStBase/R/kStepEstimator.R
Log:
[RobAStBase] branch 1.2
small issue: forgot to "delete" the on.exit() message in kStepEstimator.R
Modified: branches/robast-1.2/pkg/RobAStBase/R/kStepEstimator.R
===================================================================
--- branches/robast-1.2/pkg/RobAStBase/R/kStepEstimator.R 2018-08-15 22:26:14 UTC (rev 1146)
+++ branches/robast-1.2/pkg/RobAStBase/R/kStepEstimator.R 2018-08-16 07:58:34 UTC (rev 1147)
@@ -473,6 +473,7 @@
estres <- .checkEstClassForParamFamily(L2Fam,estres)
attr(estres,"timings") <- apply(sytm,2,diff)
+ on.exit()
return(estres)
}
More information about the Robast-commits
mailing list