[R] Installing quantstrat

2013-11-26 Thread Ira Fuchs
I would like to try to run the quantstrat package (located here: https://r-forge.r-project.org/R/?group_id=316). However, if I try to load quantstrat, I get a warning that it is not available for R v3.0.1, so perhaps that is the end of it. Does anyone know if it is possible to run quantstrat

Re: [R] Installing quantstrat

2013-11-26 Thread Joshua Ulrich
On Tue, Nov 26, 2013 at 11:34 AM, Ira Fuchs irafu...@gmail.com wrote: I would like to try to run the quantstrat package (located here: https://r-forge.r-project.org/R/?group_id=316). However, if I try to load quantstrat, I get a warning that it is not available for R v3.0.1, so perhaps that

Re: [R] Installing quantstrat

2013-11-26 Thread Ira Fuchs
Thanks. Since quantstrat showed a Last change date of only 6 days ago and a Build status of Current, I blithely assumed that the command that is shown for installing it would work: install.packages(quantstrat, repos=http://R-Forge.R-project.org;) Installing package into

Re: [R] Installing quantstrat

2013-11-26 Thread Joshua Ulrich
On Tue, Nov 26, 2013 at 11:55 AM, Ira Fuchs irafu...@gmail.com wrote: Thanks. Since quantstrat showed a Last change date of only 6 days ago and a Build status of Current, I blithely assumed that the command that is shown for installing it would work: install.packages(quantstrat,

Re: [R] Installing quantstrat

2013-11-26 Thread Ira Fuchs
Thanks for your help! I got quantstrat working after building it along with the FinancialInstrument and blotter packages (as well as foreach). Ira On Nov 26, 2013, at 12:59 PM, Joshua Ulrich wrote: On Tue, Nov 26, 2013 at 11:55 AM, Ira Fuchs irafu...@gmail.com wrote: Thanks. Since