me
/
guix
Archived
1
0
Fork 0

gnu: r-bbmisc: Update to 1.12.

* gnu/packages/statistics.scm (r-bbmisc): Update to 1.12.
[propagated-inputs]: Add r-data-table.
Ricardo Wurmus 2022-03-15 14:28:48 +01:00
parent 4bc8d24e16
commit f2386cafcf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -2267,18 +2267,18 @@ worries about execution time overhead.")
(define-public r-bbmisc
(package
(name "r-bbmisc")
(version "1.11")
(version "1.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "BBmisc" version))
(sha256
(base32
"1lh1n4bvxzivb5rbz69mvd8xdgr3gr2bnqd68a39sd1530l8r90y"))))
"0gh5f342rwra79i7imv50x8vrhd2zkifm7khb0yv3ndpd4zn62lh"))))
(properties `((upstream-name . "BBmisc")))
(build-system r-build-system)
(propagated-inputs
(list r-checkmate))
(list r-checkmate r-data-table))
(home-page "https://github.com/berndbischl/BBmisc")
(synopsis "Miscellaneous functions for R package development")
(description