guix-commits
[Top][All Lists]
Advanced

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

05/56: gnu: Add r-zip.


From: Ricardo Wurmus
Subject: 05/56: gnu: Add r-zip.
Date: Thu, 31 May 2018 07:22:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d182828f53f15bfd13d38aaa5dc04486df8ad431
Author: Ricardo Wurmus <address@hidden>
Date:   Thu May 31 12:25:53 2018 +0200

    gnu: Add r-zip.
    
    * gnu/packages/cran.scm (r-zip): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2bab856..5263e89 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3837,6 +3837,26 @@ measuring the accuracy of ABC estimates, and to 
calculate the
 misclassification probabilities of different models.")
     (license license:gpl3+)))
 
+(define-public r-zip
+  (package
+    (name "r-zip")
+    (version "1.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "zip" version))
+       (sha256
+        (base32
+         "0rgr9pcdhdq3k8n29h2ircp3ri1ibhrx81gja1y7331v15xyrabg"))))
+    (build-system r-build-system)
+    (home-page "https://github.com/gaborcsardi/zip";)
+    (synopsis "Cross-platform Zip compression")
+    (description
+     "This package provides a cross-platform Zip compression library for R.
+It is a replacement for the @code{zip} function, that does not require any
+additional external tools on any platform.")
+    (license license:cc0)))
+
 (define-public r-openxlsx
   (package
     (name "r-openxlsx")



reply via email to

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