mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add r-svunit.
* gnu/packages/cran.scm (r-svunit): New variable. Change-Id: I682f9068d242887d807086968f79f4b3828fba85
This commit is contained in:
parent
deb4667e67
commit
db7255f220
1 changed files with 20 additions and 0 deletions
|
@ -18604,6 +18604,26 @@ (define-public r-svdialogs
|
||||||
interactive elements is also provided as a fallback solution.")
|
interactive elements is also provided as a fallback solution.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public r-svunit
|
||||||
|
(package
|
||||||
|
(name "r-svunit")
|
||||||
|
(version "1.0.6")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "svUnit" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "08nmlbdrmmz04ira30721l99i74w07w2avdr4pypswf2sq1nqgi6"))))
|
||||||
|
(properties `((upstream-name . "svUnit")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
|
(home-page "https://github.com/SciViews/svUnit")
|
||||||
|
(synopsis "Unit, integration and system testing")
|
||||||
|
(description
|
||||||
|
"This package provides a complete unit test system and functions to
|
||||||
|
implement its GUI part.")
|
||||||
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public r-abe
|
(define-public r-abe
|
||||||
(package
|
(package
|
||||||
(name "r-abe")
|
(name "r-abe")
|
||||||
|
|
Loading…
Reference in a new issue