[Robast-commits] r397 - branches/robast-0.8/pkg/RobAStBase/R pkg/RobAStBase pkg/RobAStBase/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Mar 15 02:24:44 CET 2010
Author: ruckdeschel
Date: 2010-03-15 02:24:44 +0100 (Mon, 15 Mar 2010)
New Revision: 397
Modified:
branches/robast-0.8/pkg/RobAStBase/R/AllPlot.R
pkg/RobAStBase/DESCRIPTION
pkg/RobAStBase/R/AllPlot.R
Log:
fixed issue mentioned Brian Ripley's mail "Argument matching for primitives"
on r-devel
Modified: branches/robast-0.8/pkg/RobAStBase/R/AllPlot.R
===================================================================
--- branches/robast-0.8/pkg/RobAStBase/R/AllPlot.R 2010-02-23 12:31:49 UTC (rev 396)
+++ branches/robast-0.8/pkg/RobAStBase/R/AllPlot.R 2010-03-15 01:24:44 UTC (rev 397)
@@ -174,7 +174,7 @@
options(warn = -1)
on.exit(options(warn = w0))
opar <- par()
- on.exit(par=opar)
+ on.exit(par(opar))
if (!withSweave)
devNew()
Modified: pkg/RobAStBase/DESCRIPTION
===================================================================
--- pkg/RobAStBase/DESCRIPTION 2010-02-23 12:31:49 UTC (rev 396)
+++ pkg/RobAStBase/DESCRIPTION 2010-03-15 01:24:44 UTC (rev 397)
@@ -1,6 +1,6 @@
Package: RobAStBase
-Version: 0.7
-Date: 2009-10-16
+Version: 0.7.1
+Date: 2010-03-14
Title: Robust Asymptotic Statistics
Description: Base S4-classes and functions for robust asymptotic statistics.
Depends: R(>= 2.7.0), methods, distr(>= 2.0), distrEx(>= 2.0), distrMod(>= 2.0), RandVar(>= 0.6.3)
Modified: pkg/RobAStBase/R/AllPlot.R
===================================================================
--- pkg/RobAStBase/R/AllPlot.R 2010-02-23 12:31:49 UTC (rev 396)
+++ pkg/RobAStBase/R/AllPlot.R 2010-03-15 01:24:44 UTC (rev 397)
@@ -174,7 +174,7 @@
options(warn = -1)
on.exit(options(warn = w0))
opar <- par()
- on.exit(par=opar)
+ on.exit(par(opar))
if (!withSweave)
devNew()
More information about the Robast-commits
mailing list