mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add r-bbmisc.
* gnu/packages/statistics.scm (r-bbmisc): New variable.
This commit is contained in:
parent
929d4aaea1
commit
cd26ec3bbf
1 changed files with 22 additions and 0 deletions
|
@ -1655,6 +1655,28 @@ (define-public r-checkmate
|
|||
worries about execution time overhead.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public r-bbmisc
|
||||
(package
|
||||
(name "r-bbmisc")
|
||||
(version "1.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BBmisc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cw2mhw7qhdrx91zzd5iwyh7ch9fy4wxga8j63731q6sxr1airjl"))))
|
||||
(properties `((upstream-name . "BBmisc")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-checkmate" ,r-checkmate)))
|
||||
(home-page "https://github.com/berndbischl/BBmisc")
|
||||
(synopsis "Miscellaneous functions for R package development")
|
||||
(description
|
||||
"This package provides miscellaneous helper functions for the development
|
||||
of R packages.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public r-brew
|
||||
(package
|
||||
(name "r-brew")
|
||||
|
|
Loading…
Reference in a new issue