unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Vicente Vera <vicentemvp@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: R dependencies
Date: Wed, 2 Sep 2015 21:53:49 -0300	[thread overview]
Message-ID: <CAMfbzvAS-3RF2ZkXrLwj2-MZ7=HrM441TWdBf=Uh_Zx34znVVw@mail.gmail.com> (raw)
In-Reply-To: <871teh9ddz.fsf_-_@gnu.org>

Hello,

Going back to the R dependencies topic, I ran across an issue when
trying to draw a plot (with ggplot2). But first some context:

- I'm not using GuixSD but a binary installation over Manjaro OpenRC;
several base packages missing on Guix
- I only have other two Guix packages installed: xpdf & abbaye
- I installed ggplot2 through install.packages("ggplot2") in R (Guix package)

R complained about some fonts missing, but I think it could be related
to a missing X11 dependency (complete Xorg maybe?). What could it be?

2015-09-02 10:09 GMT-03:00 Ludovic Courtès <ludo@gnu.org>:
> Ricardo Wurmus <rekado@elephly.net> skribis:
>
>> An alternative is to inherit from the “r” package in “statistics.scm”.
>>
>>     (define-module (my own packages)
>>       #:use-module (guix packages)
>>       #:use-module (gnu packages statistics)
>>       #:use-module (srfi srfi-1))
>>
>>     (define-public my-r
>>       (package (inherit r)
>>         (name "my-r")
>>         ;; modify only the inputs here
>>         (native-inputs (alist-delete "texlive" (package-native-inputs r)))
>>         (inputs (alist-delete "icedtea6" (package-inputs r)))))
>
> Speaking of which: should we get rid of icedtea6:jdk in the default R
> package (closure size: 1 GiB), and maybe of TeX Live (4 GiB)?  Or should
> we provide, say, ‘r-light’ with the definition above?
>
> I’m afraid having these two dependencies by default makes it
> prohibitively expensive.
>
> Ludo’.

  parent reply	other threads:[~2015-09-03  0:53 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-31 16:42 Installing a custom package on Guix binary setup Vicente Vera
2015-08-31 20:03 ` Thompson, David
2015-08-31 20:15 ` Ludovic Courtès
2015-09-01  2:28   ` Vicente Vera
2015-09-01  6:34     ` Ricardo Wurmus
2015-09-02 13:09       ` R dependencies Ludovic Courtès
2015-09-02 18:41         ` '-light' vs. '-minimal' packages Alex Kost
2015-09-02 19:26           ` Mathieu Lirzin
2015-09-02 20:18           ` Ludovic Courtès
2015-09-03  8:32             ` Alex Kost
2015-09-03 21:11               ` Ludovic Courtès
2015-09-04 12:59                 ` Alex Kost
2015-09-05 20:29                   ` Ludovic Courtès
2015-09-03  0:53         ` Vicente Vera [this message]
2015-09-03  6:29           ` R dependencies Ricardo Wurmus
2015-09-03 14:55             ` Vicente Vera
2015-09-11 14:39               ` Vicente Vera
2015-09-03 10:12         ` [PATCH] " Ricardo Wurmus
2015-09-03 21:44           ` Ludovic Courtès
2015-09-05 20:20           ` Ludovic Courtès

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMfbzvAS-3RF2ZkXrLwj2-MZ7=HrM441TWdBf=Uh_Zx34znVVw@mail.gmail.com' \
    --to=vicentemvp@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).