Re: Building R Packages

2020-03-25 Thread sirgazil
On Tue, 24 Mar 2020 22:13:00 -0500 sirgazil wrote > On Tue, 24 Mar 2020 21:44:58 -0500 sirgazil wrote > > > Hi, Daniela > > > > On Tue, 24 Mar 2020 07:34:37 -0500 Daniela Lura > wrote > > > Yes I have and the same thing happens. > > > When I

Re: Building R Packages

2020-03-24 Thread sirgazil
On Tue, 24 Mar 2020 21:44:58 -0500 sirgazil wrote > Hi, Daniela > > On Tue, 24 Mar 2020 07:34:37 -0500 Daniela Lura > wrote > > Yes I have and the same thing happens. > > When I use: `guix environment --pure guix --ad-hoc coreutils findutils > which`I am sent to

Re: Building R Packages

2020-03-24 Thread sirgazil
Hi, Daniela On Tue, 24 Mar 2020 07:34:37 -0500 Daniela Lura wrote > Yes I have and the same thing happens. > When I use: `guix environment --pure guix --ad-hoc coreutils findutils > which`I am sent to another shell and it can't recognize pre-inst-env. Did you run the

Re: Building R Packages

2020-03-24 Thread Daniela Lura
Yes I have and the same thing happens. When I use: `guix environment --pure guix --ad-hoc coreutils findutils which` I am sent to another shell and it can't recognize pre-inst-env. On Wed, 25 Mar 2020 at 01:27, Paul Garlick < pgarl...@tourbillion-technology.com> wrote: > Hi Daniela, > > Have

Re: Building R Packages

2020-03-24 Thread Paul Garlick
Hi Daniela, Have you tried './pre-inst-env guix build ...' instead of 'guix build ...'? The difference is that the former command will look for package definitions in your checked out, and modified, version of Guix. The latter command looks for package definitions in your installed version of

Building R Packages

2020-03-24 Thread Daniela Lura
Hello, I hope you are well! I've been trying to build an r package for two days now. When I initially ran `guix build` I got an error message indicating that there was no code for a specific guile module, which I managed to work around by using %load-path. After adding GUILE_LOAD_PATH and