gnu: r-bbmisc: Update to 1.12.
* gnu/packages/statistics.scm (r-bbmisc): Update to 1.12. [propagated-inputs]: Add r-data-table.
This commit is contained in:
parent
4bc8d24e16
commit
f2386cafcf
1 changed files with 3 additions and 3 deletions
|
@ -2267,18 +2267,18 @@ worries about execution time overhead.")
|
||||||
(define-public r-bbmisc
|
(define-public r-bbmisc
|
||||||
(package
|
(package
|
||||||
(name "r-bbmisc")
|
(name "r-bbmisc")
|
||||||
(version "1.11")
|
(version "1.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "BBmisc" version))
|
(uri (cran-uri "BBmisc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lh1n4bvxzivb5rbz69mvd8xdgr3gr2bnqd68a39sd1530l8r90y"))))
|
"0gh5f342rwra79i7imv50x8vrhd2zkifm7khb0yv3ndpd4zn62lh"))))
|
||||||
(properties `((upstream-name . "BBmisc")))
|
(properties `((upstream-name . "BBmisc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-checkmate))
|
(list r-checkmate r-data-table))
|
||||||
(home-page "https://github.com/berndbischl/BBmisc")
|
(home-page "https://github.com/berndbischl/BBmisc")
|
||||||
(synopsis "Miscellaneous functions for R package development")
|
(synopsis "Miscellaneous functions for R package development")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue