Skip to content
Snippets Groups Projects
Commit 12a9f4af authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

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.
parent 62de2545
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,10 @@ (define-public r
("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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment