Forum: help


applyStrategy.rebalancing & apply.paramset continued [ Reply ] By: Nathan Matare on 2016-07-12 15:02 | [forum:43417] |
Hello, To follow up from a previous thread covering this issue, I'm wondering if there's been any further development on this functionality? I've naively attempted to replace applyStrategy with applyStrategy.rebalancing in apply.paramset but it appears that foreach fails to call applyStrategy.rebalancing. Further, the debugging tools trace() and browser() seemingly break down in the foreach loop. That is, I cannot debug a function once it enters foreach. I'm not well versed with the foreach package, and I'm unsure if this is a general 'feature' of the package or a local system issue... Any help/guidance/tips would be greatly appreciated! Thank you, Nathan For reference: https://r-forge.r-project.org/forum/forum.php?thread_id=29947&forum_id=1032&group_id=316 https://github.com/braverock/quantstrat/issues/32 |