guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/24: gnu: Add r-pkgconfig.


From: Roel Janssen
Subject: 01/24: gnu: Add r-pkgconfig.
Date: Tue, 1 Aug 2017 18:34:13 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit aa184803f8b4cdfcd174f2999c8529b59743f652
Author: Roel Janssen <address@hidden>
Date:   Wed Aug 2 00:21:40 2017 +0200

    gnu: Add r-pkgconfig.
    
    * gnu/packages/statistics.scm (r-pkgconfig): New variable.
---
 gnu/packages/statistics.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 99fd2e8..9d17df5 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2587,6 +2587,24 @@ the plog header-only C++ logging library, and a method 
to log to R's standard
 error stream.")
     (license license:expat)))
 
+(define-public r-pkgconfig
+  (package
+    (name "r-pkgconfig")
+    (version "2.0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "pkgconfig" version))
+              (sha256
+               (base32
+                "0h2sp93fqqjbfqgq82a3i94ybnndx6ghaal8pbf99firnsjb40mb"))))
+    (build-system r-build-system)
+    (home-page "https://github.com/gaborcsardi/pkgconfig";)
+    (synopsis "Private configuration for R packages")
+    (description "This package provides the functionality to set configuration
+options on a per-package basis.  Options set by a given package only apply to
+that package, other packages are unaffected.")
+    (license license:expat)))
+
 (define-public r-rsqlite
   (package
     (name "r-rsqlite")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]