GNU bug report logs - #32571
[PATCH] gnu: Add r-ggformula.

Previous Next

Package: guix-patches;

Reported by: pimi <madalinionel.patrascu <at> mdc-berlin.de>

Date: Wed, 29 Aug 2018 08:31:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#32571: closed ([PATCH] gnu: Add r-ggformula.)
Date: Fri, 07 Sep 2018 09:41:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 07 Sep 2018 11:39:31 +0200
with message-id <87k1nxir3g.fsf <at> gnu.org>
and subject line Re: [bug#32571] [PATCH] gnu: Add r-ggformula.
has caused the debbugs.gnu.org bug report #32571,
regarding [PATCH] gnu: Add r-ggformula.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
32571: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32571
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: pimi <madalinionel.patrascu <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: pimi <madalinionel.patrascu <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-ggformula.
Date: Wed, 29 Aug 2018 10:19:55 +0200
gnu/packages/cran.scm (r-ggformula): New variable.
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 77d5528e4..768c1270a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5068,3 +5068,32 @@ and coverage methods to tune the choice of threshold.")
     (description
      "Common utilities used in other Mosaic family packages are collected here.")
     (license license:gpl2+)))
+
+(define-public r-ggformula
+  (package
+    (name "r-ggformula")
+    (version "0.9.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ggformula" version))
+       (sha256
+        (base32 "1pmpdfjfbrc6kcpq70cr1kbj2qy711hw940g2aiis6l443z706kh"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ggplot2" ,r-ggplot2)
+       ("r-ggstance" ,r-ggstance)
+       ("r-magrittr" ,r-magrittr)
+       ("r-mosaiccore" ,r-mosaiccore)
+       ("r-rlang" ,r-rlang)
+       ("r-stringr" ,r-stringr)
+       ("r-tibble" ,r-tibble)
+       ("r-tidyr" ,r-tidyr)))
+    (home-page "https://github.com/ProjectMOSAIC/ggformula/")
+    (synopsis "Formula interface for the @code{r-ggplot2}")
+    (description
+     "The @code{r-ggformula} introduces a family of graphics functions, gf_point(),
+gf_density(), and so on, bring the formula interface to ggplot().  This captures
+and extends the excellent simplicity of the lattice-graphics formula interface,
+while providing the intuitive capabilities of @code{r-ggplot2}.")
+    (license license:expat)))
-- 
2.17.1



[Message part 3 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: pimi <madalinionel.patrascu <at> mdc-berlin.de>
Cc: 32571-done <at> debbugs.gnu.org
Subject: Re: [bug#32571] [PATCH] gnu: Add r-ggformula.
Date: Fri, 07 Sep 2018 11:39:31 +0200
pimi <madalinionel.patrascu <at> mdc-berlin.de> skribis:

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

Applied!


This bug report was last modified 6 years and 262 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.