guix-commits
[Top][All Lists]
Advanced

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

39/41: gnu: Add r-assertive-data-uk.


From: guix-commits
Subject: 39/41: gnu: Add r-assertive-data-uk.
Date: Wed, 9 Jan 2019 09:44:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 39ef8e097b6f229bae17832835e5bc599d17576e
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 15:38:54 2019 +0100

    gnu: Add r-assertive-data-uk.
    
    * gnu/packages/cran.scm (r-assertive-data-uk): 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 8dfc303..28b2661 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9811,3 +9811,29 @@ the properties of US-specific complex data types.  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-data-uk
+  (package
+    (name "r-assertive-data-uk")
+    (version "0.0-2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "assertive.data.uk" version))
+       (sha256
+        (base32
+         "1fzjvhwp7mwkqqix29khvs6zcrc82n6j4czvzzb473vyjyvdlj5b"))))
+    (properties
+     `((upstream-name . "assertive.data.uk")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-assertive-base" ,r-assertive-base)
+       ("r-assertive-strings" ,r-assertive-strings)))
+    (home-page "https://bitbucket.org/richierocks/assertive.data.uk";)
+    (synopsis "Assertions to check properties of strings")
+    (description
+     "This package provides a set of predicates and assertions for checking
+the properties of UK-specific complex data types.  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]