[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: Add r-mosaiccore.
From: |
Ludovic Courtès |
Subject: |
07/11: gnu: Add r-mosaiccore. |
Date: |
Fri, 7 Sep 2018 05:44:41 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c61f7bc543d98781d9c24989edbfde39af7e7320
Author: pimi <address@hidden>
Date: Wed Aug 29 10:16:11 2018 +0200
gnu: Add r-mosaiccore.
* gnu/packages/cran.scm (r-mosaiccore): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8026f99..3be7fd7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5511,3 +5511,27 @@ and coverage methods to tune the choice of threshold.")
@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+)))
- branch master updated (0012e0d -> 2b73d82), Ludovic Courtès, 2018/09/07
- 01/11: vm: Make UUID computation really deterministic., Ludovic Courtès, 2018/09/07
- 08/11: gnu: Add r-ggformula., Ludovic Courtès, 2018/09/07
- 05/11: gnu: Add r-abctools., Ludovic Courtès, 2018/09/07
- 07/11: gnu: Add r-mosaiccore.,
Ludovic Courtès <=
- 09/11: pull: Add '--profile'., Ludovic Courtès, 2018/09/07
- 11/11: guix package: Record package provenance in manifest entries., Ludovic Courtès, 2018/09/07
- 10/11: Add 'guix describe'., Ludovic Courtès, 2018/09/07
- 02/11: gnu: emacs-ess: Update to 17.11., Ludovic Courtès, 2018/09/07
- 04/11: gnu: Add r-abcrf., Ludovic Courtès, 2018/09/07
- 06/11: gnu: Add r-ggstance., Ludovic Courtès, 2018/09/07
- 03/11: gnu: Add r-abcp2., Ludovic Courtès, 2018/09/07