Forum: help


RE: Blotter install issue [ Reply ] By: Wang Chung on 2017-05-24 16:06 | [forum:45158] |
Thanks, that worked. For posterity, I had to install gfortran-4.8 on my Mac to install the latest xts: https://stackoverflow.com/questions/23916219/os-x-package-installation-depends-on-gfortran-4-8 |
RE: Blotter install issue [ Reply ] By: Brian Peterson on 2017-05-24 09:25 | [forum:45154] |
install_github('joshuaulrich/xts') install_github('joshuaulrich/quantmod') install_github('braverock/blotter') install_github('braverock/quantstrat') where 'install_github' is provided either by 'devtools' or by 'remotes'. |
RE: Blotter install issue [ Reply ] By: Wang Chung on 2017-05-24 04:09 | [forum:45153] |
I just tried that, it seems to require xts>10.0, but 9.7 is the latest xts that I can locate? Error : package ‘xts’ 0.9.7 was found, but >= 0.10.0 is required by ‘blotter’ ERROR: lazy loading failed for package ‘blotter’ |
RE: Blotter install issue [ Reply ] By: Brian Peterson on 2017-05-23 09:26 | [forum:45143] |
all these packages have moved to github. https://github.com/braverock/blotter you need to install from there. |
Blotter install issue [ Reply ] By: Wang Chung on 2017-05-23 01:39 | [forum:45142] |
I am unable to install blotter, the current version shows as build failed, and the previous version does not have a download link. |