Dear R users,

I am currently learning how to work with a new shared computer (a Mac pro) in 
our lab, that is dedicated to execute R code for large simulations (over a few 
days).

We have a VNC option to remote control the computer, with a shared used 
session, but this is not really needed in most of the cases. I would like to do 
some ssh access.

This is pretty straigthforward, and I am able to launch commands using

R -e 'source("myfile.R")' &

However, it could be useful to check the advancement of the computation from 
time to time, again via ssh.

Is there any way to do this?

Regards,
Timothée Poisot



----------------------------------
Timothée POISOT
-
Institut des Sciences de l'Evolution
Université Montpellier 2, CC 065
Place Eugène Bataillon
34095 Montpellier CEDEX 5
-
Phone   :       (+33)4 67 14 40 61
Fax             :       (+33)4 67 14 40 61
E-mail  :       tpoi...@um2.fr
Web             :       http://www.timotheepoisot.fr/
----------------------------------


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to