mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add r-runit.
* gnu/packages/statistics.scm (r-runit): New variable.
This commit is contained in:
parent
8170172502
commit
aa3b391092
1 changed files with 20 additions and 0 deletions
|
@ -2640,6 +2640,26 @@ (define-public r-biased-urn
|
|||
distribution).")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-runit
|
||||
(package
|
||||
(name "r-runit")
|
||||
(version "0.4.31")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RUnit" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jqr871jkll2xmk7wk5hv1z3a36hyn2ibgivw7bwk4b346940xlx"))))
|
||||
(properties `((upstream-name . "RUnit")))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://cran.r-project.org/web/packages/RUnit")
|
||||
(synopsis "R unit test framework")
|
||||
(description
|
||||
"This package provides R functions implementing a standard unit testing
|
||||
framework, with additional code inspection and report generation tools.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-zoo
|
||||
(package
|
||||
(name "r-zoo")
|
||||
|
|
Loading…
Reference in a new issue