guix-commits
[Top][All Lists]
Advanced

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

13/25: gnu: Add r-checkmate.


From: Ricardo Wurmus
Subject: 13/25: gnu: Add r-checkmate.
Date: Mon, 26 Sep 2016 05:48:17 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 929d4aaea10e899479958eff6bc6c5adb34745fd
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 21 22:45:29 2016 +0200

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

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index c3dadbd..1e6f3fd 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1633,6 +1633,28 @@ can make use of the new functions without worrying about 
the minimum required
 R version.")
     (license license:gpl2+)))
 
+(define-public r-checkmate
+  (package
+    (name "r-checkmate")
+    (version "1.8.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "checkmate" version))
+       (sha256
+        (base32
+         "1nqyi58jl33af82y8kw8iy9xbna2080y1khhy90kf6lim6q74024"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-backports" ,r-backports)))
+    (home-page "https://github.com/mllg/checkmate";)
+    (synopsis "Fast and versatile argument checks")
+    (description
+     "This package provides tests and assertions to perform frequent argument
+checks.  A substantial part of the package was written in C to minimize any
+worries about execution time overhead.")
+    (license license:bsd-3)))
+
 (define-public r-brew
   (package
     (name "r-brew")



reply via email to

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