This will be done:
options(prompt=paste(Sys.time(),"> "))
I forgot how to do this update. I will try to check when I receive ...
Ah found this:
updatePrompt <- function(...) {options(prompt=paste(Sys.time(),"> ")); return(TRUE)} addTaskCallback(updatePrompt)
source share