aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst24
1 files changed, 0 insertions, 24 deletions
diff --git a/README.rst b/README.rst
index 694aea13..35a70aa0 100644
--- a/README.rst
+++ b/README.rst
@@ -138,27 +138,3 @@ Install lossdistrib
cd /home/share/CorpCDOs/code/R
R CMD INSTALL lossdistrib
-
-Kick off daily tranche runs
----------------------------
-
-::
- cd /home/share/CorpCDOs/code/R
- Rscript calibrate_tranches_BC.R -u -c runs.yml
- Rscript tranches_RV_BC.R -u -c RVruns.yml
-
-Start Juypter
--------------
-
-::
- cd /home/share/CorpCDOs/notebooks
- myipython
-
-To install RPostgres
----------------------
-
-To access serenitasdb, I need some R packages... These particular ones are from github
-
-::
- devtools::install_github("rstats-db/DBI")
- devtools::install_github("thrasibule/RPostgres@convert_dates")