diff options
Diffstat (limited to 'docs/process.rst')
| -rw-r--r-- | docs/process.rst | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/process.rst b/docs/process.rst index f08ba269..004c30dc 100644 --- a/docs/process.rst +++ b/docs/process.rst @@ -146,8 +146,17 @@ Kick off daily tranche runs Rscript tranches_RV_BC.R -u -c RVruns.yml
Start Juypter
---------------
- cd /home/share/CorpCDOs/notebooks
- myipython
+-------------
-
+::
+ 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")
|
