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

Message ID 20181119140117.28946-1-madalinionel.patrascu@mdc-berlin.de
State Accepted
Headers show
Series [bug#33430] guix: cran: Add missing default R package (datasets) | expand

Checks

Context Check Description
cbaines/applying patch success Successfully applied

Commit Message

Mădălin Ionel Patrașcu Nov. 19, 2018, 2:01 p.m. UTC
*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(+)

Comments

Ricardo Wurmus May 13, 2020, 12:08 p.m. UTC | #1
Sorry for the delay.  I pushed it to the master branch with commit
daf9fa94e2e825b7ee8cb5b1d4768bb87fa75851.

--
Ricardo

Patch

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"