1. please remember to end your session when you have finished your current calculations (red button upper right)
1. please remember to end your session when you have finished your current
calculations
- interactively via the red button in the upper right
- in your longer running scripts use a statement like this after your
computations. You might want to replace `save.image()` with `save()` if
you are only interested in some result data and not the whole
workspace.
```R
# above some fancy computations
save.image('/data/myproject/myproject.RData')
quit(save='no')
```
1. if you want to run jobs for weeks or which require many cores (>10) for multiple days, please contact [it-support@idiv.de](mailto:it-support@idiv.de) beforehand. At this point you should consider to move to the HPC cluster.