[Yuima-commits] r456 - pkg/yuima/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jul 8 06:44:23 CEST 2016


Author: kamatani
Date: 2016-07-08 06:44:22 +0200 (Fri, 08 Jul 2016)
New Revision: 456

Modified:
   pkg/yuima/R/qmle.R
Log:
fixed a bug in qmle rcpp

Modified: pkg/yuima/R/qmle.R
===================================================================
--- pkg/yuima/R/qmle.R	2016-07-08 03:59:16 UTC (rev 455)
+++ pkg/yuima/R/qmle.R	2016-07-08 04:44:22 UTC (rev 456)
@@ -612,6 +612,7 @@
 
 			mydots <- as.list(call)[-(1:2)]
 			mydots$print <- NULL
+            mydots$rcpp <- NULL #KK 08/07/16
 			mydots$fixed <- NULL
 			mydots$fn <- as.name("f")
 			mydots$start <- NULL
@@ -668,6 +669,7 @@
 
 			mydots <- as.list(call)[-(1:2)]
 			mydots$print <- NULL
+            mydots$rcpp <- NULL #KK 08/07/16
 			mydots$fixed <- NULL
 			mydots$fn <- as.name("f")
             mydots$threshold <- NULL #SMI 2/9/14



More information about the Yuima-commits mailing list