guix-commits
[Top][All Lists]
Advanced

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

27/41: gnu: Add r-assertive-properties.


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

rekado pushed a commit to branch master
in repository guix.

commit 4b2d17edaa0e296f197bc43adacefa2447d1e513
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 15:29:37 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c449301..28835ba 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9508,3 +9508,28 @@ Precision Floating-Point Reliable} (MPFR) library.")
 the assertive package.  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-properties
+  (package
+    (name "r-assertive-properties")
+    (version "0.0-4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "assertive.properties" version))
+       (sha256
+        (base32
+         "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
+    (properties
+     `((upstream-name . "assertive.properties")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-assertive-base" ,r-assertive-base)))
+    (home-page "https://bitbucket.org/richierocks/assertive.properties";)
+    (synopsis "Assertions to check properties of variables")
+    (description
+     "This package provides a set of predicates and assertions for checking
+the properties of variables, such as length, names and attributes.  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]