From: ludo@gnu.org (Ludovic Courtès)
To: Raoul Bonnal <ilpuccio.febo@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: r: Add which to propagated-inputs.
Date: Tue, 24 Jan 2017 22:04:09 +0100 [thread overview]
Message-ID: <87tw8o6ugm.fsf@gnu.org> (raw)
In-Reply-To: <20170123210113.43131-1-ilpuccio.febo@gmail.com> (Raoul Bonnal's message of "Mon, 23 Jan 2017 22:01:13 +0100")
Hi,
Raoul Bonnal <ilpuccio.febo@gmail.com> skribis:
> From: Raoul Jean Pierre Bonnal <ilpuccio.febo@gmail.com>
>
> * gnu/packages/statistics.scm (r)[propagated-inputs]: Add which.
> ---
>
> Notes:
> In my local installation of R
>
> Sys.which(c("bash"))
>
> was not working properly, inspecting the function(below) I had not installed which beforehand.
> > Sys.which
> function (names)
> {
> res <- character(length(names))
> names(res) <- names
> which <- "/gnu/store/cn670s29lsf2nr5axd8gmhl8sb9qpyiq-which-2.21/bin/which"
This function contains the absolute file name of ‘which’, so everything
should work?
Doing this (modifying the code to refer to external commands by absolute
file names) is preferable over propagating inputs, because it avoids
clobbering user profiles.
Thanks,
Ludo’.
next prev parent reply other threads:[~2017-01-24 21:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-23 21:01 [PATCH] gnu: r: Add which to propagated-inputs Raoul Bonnal
2017-01-24 21:04 ` Ludovic Courtès [this message]
2017-01-24 21:54 ` Ra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tw8o6ugm.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=ilpuccio.febo@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.