gnu: Add r-assertive-sets.

* gnu/packages/cran.scm (r-assertive-sets): New variable.
master
Ricardo Wurmus 2019-01-09 15:31:02 +01:00 committed by Ricardo Wurmus
parent dac9c1f604
commit 2da2d2f605
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 24 additions and 0 deletions

View File

@ -9557,3 +9557,27 @@ testing features in their own packages.")
the properties of numbers. 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-sets
(package
(name "r-assertive-sets")
(version "0.0-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "assertive.sets" version))
(sha256
(base32
"1cqvh2syvh5b6d85h601zjmsdbbf3h8q98ids4dfl4frdshpasc7"))))
(properties
`((upstream-name . "assertive.sets")))
(build-system r-build-system)
(propagated-inputs
`(("r-assertive-base" ,r-assertive-base)))
(home-page "https://bitbucket.org/richierocks/assertive.sets")
(synopsis "Assertions to check properties of sets")
(description
"This package provides a set of predicates and assertions for checking
the properties of sets. This is mainly for use by other package developers
who want to include run-time testing features in their own packages.")
(license license:gpl3+)))