- Connect to wherever you will create the plots with X11 forwarding (eg:
ssh -X morricone
). - Test that X11 forwarding is working by running
xmessage test
. You should get a popup on your desktop with the word "test". - Check if orca is installed by running
orca --help
. If this runs without errors you are good to go. If the command is not found or returns an erorr instructions are here. - Update the
plots.R
script without.dir
(a directory withoutput_matrices.RData
andtmp.RData
) and, if necessary,proj.dir.new
(the location of a real-time-mcmc repo) andplot.dir
(a directory to put the output plots). - Make sure your working directory is this repo
cd <path>/public-RTM-reports
. - Run
Rscript plots.R
.