Created
April 25, 2014 04:09
-
-
Save milktrader/11277456 to your computer and use it in GitHub Desktop.
R-Finance package list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 #!/bin/bash | |
2 | |
3 cd ~/git/quantstrat | |
4 git svn rebase | |
5 git push origin master | |
6 | |
7 cd ~/git/xts | |
8 git svn rebase | |
9 git push origin master | |
10 | |
11 cd ~/git/quantmod | |
12 git svn rebase | |
13 git push origin master | |
14 | |
15 cd ~/git/TTR | |
16 git svn rebase | |
17 git push origin master | |
18 | |
19 cd ~/git/returnAnalytics | |
20 git svn rebase | |
21 git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the quantstrat repo is really named blotter, but since the dominant package is quantstrat I changed the name of that directory. I think it adds more clarity than confusion, unless someone tries to find the svn repo for it.
Any other packages that should be added? Please comment below.