I'm running R within a HPC and I'd like to be notified when a long running process is finished (within R terminal, not as a Rscript).
I know the way to do it is through triggers but I have no idea how to... any idea, please?
It's simpler what I thought, but as anyone didn't answer, here there's my (posible) solution:
fin <- function(){print("fin")}
\[1\] "fin"
, Action = Post Notification... et voilá!