unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32572] [PATCH] gnu: Add r-mosaiccore.
@ 2018-08-29  8:16 pimi
  2018-09-07  9:21 ` bug#32572: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: pimi @ 2018-08-29  8:16 UTC (permalink / raw)
  To: 32572; +Cc: pimi

gnu/packages/cran.scm (r-mosaiccore): New variable.
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9be759992..77d5528e4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5044,3 +5044,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+)))
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#32572: [PATCH] gnu: Add r-mosaiccore.
  2018-08-29  8:16 [bug#32572] [PATCH] gnu: Add r-mosaiccore pimi
@ 2018-09-07  9:21 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-09-07  9:21 UTC (permalink / raw)
  To: pimi; +Cc: 32572-done

pimi <madalinionel.patrascu@mdc-berlin.de> skribis:

> gnu/packages/cran.scm (r-mosaiccore): New variable.

Applied!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-07  9:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-29  8:16 [bug#32572] [PATCH] gnu: Add r-mosaiccore pimi
2018-09-07  9:21 ` bug#32572: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).