Skip to content

Instantly share code, notes, and snippets.

@milktrader
Created April 25, 2014 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milktrader/11277456 to your computer and use it in GitHub Desktop.
Save milktrader/11277456 to your computer and use it in GitHub Desktop.
R-Finance package list
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
@milktrader
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment