mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add r-mosaiccore.
* gnu/packages/cran.scm (r-mosaiccore): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
77b33e0ede
commit
c61f7bc543
1 changed files with 24 additions and 0 deletions
|
@ -5511,3 +5511,27 @@ (define-public r-ggstance
|
|||
@item vertical versions of @code{r-ggplot2} positions.
|
||||
@end enumerate")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-mosaiccore
|
||||
(package
|
||||
(name "r-mosaiccore")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mosaicCore" version))
|
||||
(sha256
|
||||
(base32 "1klw97h6lchw1cpcl8s637ikcl428cckmjq0czi7mibh9q9mw72z"))))
|
||||
(properties `((upstream-name . "mosaicCore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-dplyr" ,r-dplyr)
|
||||
("r-lazyeval" ,r-lazyeval)
|
||||
("r-mass" ,r-mass)
|
||||
("r-rlang" ,r-rlang)
|
||||
("r-tidyr" ,r-tidyr)))
|
||||
(home-page "https://github.com/ProjectMOSAIC/mosaicCore/")
|
||||
(synopsis "Common utilities for mosaic family packages")
|
||||
(description
|
||||
"Common utilities used in other Mosaic family packages are collected here.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue