Skip to content
Prev 307568 / 398506 Next

Contacting Delphi ??

Hello,

It's in the source code for `?`, file src/library/utils/R/question.R, 
lines 32 to 35.


32        cat("Contacting Delphi...")
33      flush.console()
34        Sys.sleep(2+rpois(1,2))
35        cat("the oracle is unavailable.\nWe apologize for any 
inconvenience.\n")
36        return(invisible())

It means the call to `?` is messed up. Maybe someone with more knowledge 
of the sources can give a more meaningfull answer.

Hope this helps,

Rui Barradas

Em 10-10-2012 17:59, Christian Hoffmann escreveu: