[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/41: gnu: Add r-assertive-data.
From: |
guix-commits |
Subject: |
40/41: gnu: Add r-assertive-data. |
Date: |
Wed, 9 Jan 2019 09:44:59 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 39231abf4d5cf71dc75ae4fc6907f3afbd2f91fb
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jan 9 15:39:31 2019 +0100
gnu: Add r-assertive-data.
* gnu/packages/cran.scm (r-assertive-data): 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 28b2661..dbce5a7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9837,3 +9837,29 @@ 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+)))
+
+(define-public r-assertive-data
+ (package
+ (name "r-assertive-data")
+ (version "0.0-3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "assertive.data" version))
+ (sha256
+ (base32
+ "00cvg2g36mdl8plrzx40m63qd55742mddqrchwy9n3c7mm4gn02s"))))
+ (properties
+ `((upstream-name . "assertive.data")))
+ (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")
+ (synopsis "Assertions to check properties of data")
+ (description
+ "This package provides a set of predicates and assertions for checking
+the properties of (country independent) 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+)))
- 26/41: gnu: Add r-assertive-base., (continued)
- 26/41: gnu: Add r-assertive-base., guix-commits, 2019/01/09
- 29/41: gnu: Add r-assertive-sets., guix-commits, 2019/01/09
- 30/41: gnu: Add r-assertive-matrices., guix-commits, 2019/01/09
- 28/41: gnu: Add r-assertive-numbers., guix-commits, 2019/01/09
- 27/41: gnu: Add r-assertive-properties., guix-commits, 2019/01/09
- 21/41: gnu: Add r-rapidjsonr., guix-commits, 2019/01/09
- 13/41: gnu: Add r-grimport., guix-commits, 2019/01/09
- 37/41: gnu: Add r-assertive-strings., guix-commits, 2019/01/09
- 22/41: gnu: Add r-ontologyindex., guix-commits, 2019/01/09
- 38/41: gnu: Add r-assertive-data-us., guix-commits, 2019/01/09
- 40/41: gnu: Add r-assertive-data.,
guix-commits <=
- 39/41: gnu: Add r-assertive-data-uk., guix-commits, 2019/01/09
- 35/41: gnu: Add r-assertive-code., guix-commits, 2019/01/09
- 34/41: gnu: Add r-assertive-files., guix-commits, 2019/01/09
- 41/41: gnu: Add r-assertive., guix-commits, 2019/01/09