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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: pimi <madalinionel.patrascu <at> mdc-berlin.de>
Subject: bug#33430: closed ([PATCH] guix: cran: Add missing default R
 package (datasets))
Date: Wed, 13 May 2020 12:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#33430: [PATCH] guix: cran: Add missing default R package (datasets)

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 33430 <at> debbugs.gnu.org.

-- 
33430: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33430
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 33430-done <at> debbugs.gnu.org
Subject: [PATCH] guix: cran: Add missing default R package (datasets)
Date: Wed, 13 May 2020 14:08:39 +0200
Sorry for the delay.  I pushed it to the master branch with commit
daf9fa94e2e825b7ee8cb5b1d4768bb87fa75851.

--
Ricardo

[Message part 3 (message/rfc822, inline)]
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.