me
/
guix
Archived
1
0
Fork 0

guix: cran: Add missing default R package.

* guix/import/cran.scm (default-r-packages): Add "datasets" to the list of
default R packages.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
master
pimi 2020-05-13 13:53:05 +02:00 committed by Ricardo Wurmus
parent b904e356f3
commit daf9fa94e2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ empty list when the FIELD cannot be found."
(define default-r-packages (define default-r-packages
(list "base" (list "base"
"compiler" "compiler"
"datasets"
"grDevices" "grDevices"
"graphics" "graphics"
"grid" "grid"