Entering edit mode
Wolfgang Huber
★
13k
@wolfgang-huber-3550
Last seen 5 months ago
EMBL European Molecular Biology Laborat…
> Hi,
>
> Thanks I was able to compile from sources now and everythings works
fine.
> I just get the following message:
>
>> library(EBImage)
> Le chargement a ncessit le package : abind
> Xlib: extension "RANDR" missing on display "/tmp/launch-1igmhB/:0".
>
> By the way, do you know how to change from French to English?
Hi Bernd
one possibility is to edit your .Renviron either to set overall local
options
LC_ALL=C
or more specifically, e.g.
LC_COLLATE=C
LC_CTYPE=C
LC_MONETARY=C
LC_NUMERIC=C
LC_TIME=C
LC_PAPER=C
LC_NAME=C
LC_ADDRESS=C
LC_MEASUREMENT=C
LC_TELEPHONE=C
LC_IDENTIFICATION=C
LC_MESSAGES=it_IT
Best wishes
Wolfgang