unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33430] [PATCH] guix: cran: Add missing default R package (datasets)
@ 2018-11-19 14:01 pimi
  2020-05-13 12:08 ` bug#33430: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: pimi @ 2018-11-19 14:01 UTC (permalink / raw)
  To: 33430; +Cc: ricardo.wurmus, pimi

*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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33430: [PATCH] guix: cran: Add missing default R package (datasets)
  2018-11-19 14:01 [bug#33430] [PATCH] guix: cran: Add missing default R package (datasets) pimi
@ 2020-05-13 12:08 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2020-05-13 12:08 UTC (permalink / raw)
  To: 33430-done

Sorry for the delay.  I pushed it to the master branch with commit
daf9fa94e2e825b7ee8cb5b1d4768bb87fa75851.

--
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-13 12:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-19 14:01 [bug#33430] [PATCH] guix: cran: Add missing default R package (datasets) pimi
2020-05-13 12:08 ` bug#33430: " Ricardo Wurmus

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).