gnu: Add r-assertive-data-us.

* gnu/packages/cran.scm (r-assertive-data-us): New variable.
master
Ricardo Wurmus 2019-01-09 15:38:23 +01:00 committed by Ricardo Wurmus
parent 66d0a0a706
commit 6d3702e5ce
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 26 additions and 0 deletions

View File

@ -9785,3 +9785,29 @@ packages.")
the properties of strings. 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-us
(package
(name "r-assertive-data-us")
(version "0.0-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "assertive.data.us" version))
(sha256
(base32
"1bgspn0sccmp9z7s7djvdvprgxlyc5vrxznp4zfjb79kwvgn83hq"))))
(properties
`((upstream-name . "assertive.data.us")))
(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.us")
(synopsis "Assertions to check properties of strings")
(description
"This package provides a set of predicates and assertions for checking
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+)))