Message-ID: <5075B3D2.2000502@sapo.pt>
Date: 2012-10-10T17:43:46Z
From: Rui Barradas
Subject: Contacting Delphi ??
In-Reply-To: <5075A96E.2000800@sunrise.ch>
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
>