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

  • Done
  • quality assurance status badge
Details
2 participants
  • pimi
  • Ricardo Wurmus
Owner
unassigned
Submitted by
pimi
Severity
normal

Debbugs page

pimi wrote 6 years ago
(address . guix-patches@gnu.org)(address . ricardo.wurmus@mdc-berlin.de)(name . pimi)(address . madalinionel.patrascu@mdc-berlin.de)
20181119140117.28946-1-madalinionel.patrascu@mdc-berlin.de
*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(+)

Toggle diff (14 lines)
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
Ricardo Wurmus wrote 5 years ago
(address . 33430-done@debbugs.gnu.org)
87eero11h4.fsf@elephly.net
Sorry for the delay. I pushed it to the master branch with commit
daf9fa94e2e825b7ee8cb5b1d4768bb87fa75851.

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 33430@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 33430
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help