[Yuima-commits] r332 - in pkg/yuima: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Sep 26 05:07:52 CEST 2014


Author: iacus
Date: 2014-09-26 05:07:51 +0200 (Fri, 26 Sep 2014)
New Revision: 332

Modified:
   pkg/yuima/DESCRIPTION
   pkg/yuima/R/yuima.model.R
Log:
removed constraint on CP

Modified: pkg/yuima/DESCRIPTION
===================================================================
--- pkg/yuima/DESCRIPTION	2014-09-25 04:18:23 UTC (rev 331)
+++ pkg/yuima/DESCRIPTION	2014-09-26 03:07:51 UTC (rev 332)
@@ -1,7 +1,7 @@
 Package: yuima
 Type: Package
 Title: The YUIMA Project package for SDEs
-Version: 1.0.32
+Version: 1.0.33
 Date: 2014-09-23
 Depends: methods, zoo, stats4, utils, expm, cubature, mvtnorm
 Author: YUIMA Project Team

Modified: pkg/yuima/R/yuima.model.R
===================================================================
--- pkg/yuima/R/yuima.model.R	2014-09-25 04:18:23 UTC (rev 331)
+++ pkg/yuima/R/yuima.model.R	2014-09-26 03:07:51 UTC (rev 332)
@@ -209,9 +209,9 @@
         if(!is.na(match(measurefunc, codelist))){
           yuima.warn(paste("distribution function", measurefunc, "should be defined as type code."))
           return(NULL)
-        }else if(is.na(match(measurefunc, CPlist))){
-          warning(paste("\ndistribution function", measurefunc, "is not officialy supported as type CP.\n"))
-        }
+        }#else if(is.na(match(measurefunc, CPlist))){
+        # warning(paste("\ndistribution function", measurefunc, "is not officialy supported as type CP.\n"))
+        #}
         MEASURE$df$func <- eval(parse(text=measurefunc))
         MEASURE$df$expr <- parse(text=measure$df)
         MEASURE$intensity <- parse(text=measure$intensity)



More information about the Yuima-commits mailing list