Running analyses through OpenOnDemand is very similar to running them in RStudio on your own computer!

There are a couple things to keep in mind, however, with the different environment:

  • Make sure that your script is pulling data from your working directory (or another location on Beocat).

  • Make sure that if your script is saving data, it is saving it to your working directory (or another location on Beocat).

  • If you are running time-consuming analyses, you can take note of your start and end time by adding Sys.time() at the beginning and end of your script. This can be useful for knowing how much time request for your sessions in the future.

Exercise:

Try running the example script. Take note of how cozy and familiar the process is!