guix-commits
[Top][All Lists]
Advanced

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

35/41: gnu: Add r-assertive-code.


From: guix-commits
Subject: 35/41: gnu: Add r-assertive-code.
Date: Wed, 9 Jan 2019 09:44:58 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 50ce8b1e2c83d0a31bba6dfaff1d5035d3a94892
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 15:35:55 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 158ee16..ee3852c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9707,3 +9707,29 @@ the properties of files and connections.  This is mainly 
for use by other
 package developers who want to include run-time testing features in their own
 packages.")
     (license license:gpl3+)))
+
+(define-public r-assertive-code
+  (package
+    (name "r-assertive-code")
+    (version "0.0-3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "assertive.code" version))
+       (sha256
+        (base32
+         "1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
+    (properties
+     `((upstream-name . "assertive.code")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-assertive-base" ,r-assertive-base)
+       ("r-assertive-properties" ,r-assertive-properties)
+       ("r-assertive-types" ,r-assertive-types)))
+    (home-page "https://bitbucket.org/richierocks/assertive.code";)
+    (synopsis "Assertions to check properties of code")
+    (description
+     "This package provides a set of predicates and assertions for checking
+the properties of code.  This is mainly for use by other package developers
+who want to include run-time testing features in their own packages.")
+    (license license:gpl3+)))



reply via email to

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