Re: [PATCH v1]: gnu: Add R.

2015-02-16 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> +(inputs >> + `(("atlas" ,atlas) ; --with-blas >> + ("bzip2" ,bzip2) > > Unless used for libbz2, move it to ‘native-inputs’. > >> + ("perl" ,perl) > > Likewise. > >> + ("texlive" ,texlive) ; needed to make vignettes

Re: [PATCH v1]: gnu: Add R.

2015-02-13 Thread Ludovic Courtès
Ricardo Wurmus skribis: > +(inputs > + `(("atlas" ,atlas) ; --with-blas > + ("bzip2" ,bzip2) Unless used for libbz2, move it to ‘native-inputs’. > + ("perl" ,perl) Likewise. > + ("texlive" ,texlive) ; needed to make vignettes > + ("texinfo" ,texinfo) ; for buil

Re: [PATCH v1]: gnu: Add R.

2015-02-13 Thread David Thompson
Ricardo Wurmus writes: > Ricardo Wurmus writes: > >> The test suite fails when using `guix build' but it's passing when run >> in `guix environment --pure r' (where LANG is "en_GB.UTF-8"). Judging >> from the error message I suspect that the failure is locale-related, but >> I was not able to fi

Re: [PATCH v1]: gnu: Add R.

2015-02-13 Thread Ricardo Wurmus
Ricardo Wurmus writes: > The test suite fails when using `guix build' but it's passing when run > in `guix environment --pure r' (where LANG is "en_GB.UTF-8"). Judging > from the error message I suspect that the failure is locale-related, but > I was not able to fix this by adding a build phase

[PATCH v1]: gnu: Add R.

2015-02-13 Thread Ricardo Wurmus
Hi Guix, attached is a patch to add the statistics software R. The test suite fails when using `guix build' but it's passing when run in `guix environment --pure r' (where LANG is "en_GB.UTF-8"). Judging from the error message I suspect that the failure is locale-related, but I was not able to f