GNU bug report logs - #33430
[PATCH] guix: cran: Add missing default R package (datasets)

Previous Next

Package: guix-patches;

Reported by: pimi <madalinionel.patrascu <at> mdc-berlin.de>

Date: Mon, 19 Nov 2018 14:03:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: pimi <madalinionel.patrascu <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: ricardo.wurmus <at> mdc-berlin.de, pimi <madalinionel.patrascu <at> mdc-berlin.de>
Subject: [PATCH] guix: cran: Add missing default R package (datasets)
Date: Mon, 19 Nov 2018 15:01:17 +0100
*guix/import/cran.scm (default-r-packages): Add in the list the missing
R package (datasets)
---
 guix/import/cran.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index 8f2c10258..56b6aa9da 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -217,6 +217,7 @@ empty list when the FIELD cannot be found."
 (define default-r-packages
   (list "base"
         "compiler"
+        "datasets"
         "grDevices"
         "graphics"
         "grid"
-- 
2.17.1





This bug report was last modified 5 years and 7 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.