> edd@max:~$ LANG= R -q -e 'data(Loblolly); head(Loblolly)'
> R> data(Loblolly); head(Loblolly)
>    height age Seed
> 1    4.51   3  301
> 15  10.89   5  301
> 29  28.72  10  301
> 43  41.74  15  301
> 57  52.70  20  301
> 71  60.92  25  301
> R> 
> R> 
> edd@max:~$ 
> 
> Works here. Also:
> 
> 
> edd@max:~$ LANG= R -q -e 'print(Sys.getenv("LANG"))'
> R> print(Sys.getenv("LANG"))
> [1] ""
> R> 
> R> 
> edd@max:~$ 
> 
> 
> Could that been an issue with the backport?
> 
> Dirk

The issue only appears on the ARM architecture, did you get a chance to
check on an ARM box?

Johannes


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to