[R] Contacting Delphi ??

Rui Barradas ruipbarradas at sapo.pt
Wed Oct 10 19:43:46 CEST 2012


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
>




More information about the R-help mailing list