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:
What does the sudden appearance of "Contacting Delphi ......the oracle is unavailable.
We apologize for any inconvenience." mean? A bug? It appears at plotting.

Thanks

Christian


______________________________________________
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