[Blotter-commits] r1574 - pkg/quantstrat/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Nov 20 15:10:01 CET 2013


Author: bodanker
Date: 2013-11-20 15:10:01 +0100 (Wed, 20 Nov 2013)
New Revision: 1574

Modified:
   pkg/quantstrat/R/paramsets.R
Log:
- remove phantom function


Modified: pkg/quantstrat/R/paramsets.R
===================================================================
--- pkg/quantstrat/R/paramsets.R	2013-11-17 14:13:54 UTC (rev 1573)
+++ pkg/quantstrat/R/paramsets.R	2013-11-20 14:10:01 UTC (rev 1574)
@@ -388,7 +388,6 @@
     {
         param.combos <- expand.distributions(distributions)
         param.combos <- apply.constraints(constraints, distributions, param.combos)
-        param.combos <- expand.constrained.distributions(constraints, distributions)
         rownames(param.combos) <- NULL  # reset rownames
         if(nsamples > 0)
             param.combos <- select.samples(nsamples, param.combos)



More information about the Blotter-commits mailing list