mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add r-tester.
* gnu/packages/cran.scm (r-tester): New variable. Change-Id: Id7835b32794b8c34ff7f540f8c7a4cfc1d616ba0
This commit is contained in:
parent
2b781003a4
commit
ea7510a32f
1 changed files with 19 additions and 0 deletions
|
@ -23387,6 +23387,25 @@ (define-public r-tensora
|
|||
tensors.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-tester
|
||||
(package
|
||||
(name "r-tester")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tester" version))
|
||||
(sha256
|
||||
(base32 "02q2l0c38ddzlh2jwbzkcyhh2k5a4gnfm8khl8cqvjkjhldi9j5y"))))
|
||||
(properties `((upstream-name . "tester")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://fbertran.github.io/tester/")
|
||||
(synopsis "Tests and checks characteristics of R objects")
|
||||
(description "This package allows users to test characteristics of common
|
||||
R objects.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-rarpack
|
||||
(package
|
||||
(name "r-rarpack")
|
||||
|
|
Loading…
Reference in a new issue