[Yuima-commits] r145 - in pkg/yuima: . R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Feb 17 17:16:43 CET 2011
Author: iacus
Date: 2011-02-17 17:16:43 +0100 (Thu, 17 Feb 2011)
New Revision: 145
Modified:
pkg/yuima/DESCRIPTION
pkg/yuima/R/qmle.R
Log:
fixed print arg in qmle
Modified: pkg/yuima/DESCRIPTION
===================================================================
--- pkg/yuima/DESCRIPTION 2011-01-14 09:58:09 UTC (rev 144)
+++ pkg/yuima/DESCRIPTION 2011-02-17 16:16:43 UTC (rev 145)
@@ -1,8 +1,8 @@
Package: yuima
Type: Package
Title: The YUIMA Project package (unstable version)
-Version: 0.1.183
-Date: 2011-01-14
+Version: 0.1.184
+Date: 2011-02-17
Depends: methods, zoo, stats4, utils
Suggests: cubature, mvtnorm
Author: YUIMA Project Team.
Modified: pkg/yuima/R/qmle.R
===================================================================
--- pkg/yuima/R/qmle.R 2011-01-14 09:58:09 UTC (rev 144)
+++ pkg/yuima/R/qmle.R 2011-02-17 16:16:43 UTC (rev 145)
@@ -233,6 +233,7 @@
names(new.start) <- nm[idx.diff]
mydots <- as.list(call)[-(1:2)]
+ mydots$print <- NULL
mydots$fixed <- NULL
mydots$fn <- as.name("f")
mydots$start <- NULL
@@ -274,6 +275,7 @@
names(new.start) <- nm[idx.drift]
mydots <- as.list(call)[-(1:2)]
+ mydots$print <- NULL
mydots$fixed <- NULL
mydots$fn <- as.name("f")
mydots$start <- NULL
More information about the Yuima-commits
mailing list