[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: r: Add R_LIBS_SITE to native-search-paths.
From: |
Ricardo Wurmus |
Subject: |
02/02: gnu: r: Add R_LIBS_SITE to native-search-paths. |
Date: |
Mon, 17 Aug 2015 08:35:50 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 12a9f4af016130cdfd4563c144df5a852eecb52e
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 17 10:33:52 2015 +0200
gnu: r: Add R_LIBS_SITE to native-search-paths.
* gnu/packages/statistics.scm (r)[native-search-paths]: Add
specification for "R_LIBS_SITE" variable.
---
gnu/packages/statistics.scm | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 68624c6..ac7cb46 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -105,6 +105,10 @@
("pcre" ,pcre)
("readline" ,readline)
("zlib" ,zlib)))
+ (native-search-paths
+ (list (search-path-specification
+ (variable "R_LIBS_SITE")
+ (files (list "site-library/")))))
(home-page "http://www.r-project.org/";)
(synopsis "Environment for statistical computing and graphics")
(description