emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32569: closed ([PATCH] gnu: Add r-ggstance.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32569: closed ([PATCH] gnu: Add r-ggstance.)
Date: Fri, 07 Sep 2018 09:16:01 +0000

Your message dated Fri, 07 Sep 2018 11:15:38 +0200
with message-id <address@hidden>
and subject line Re: [bug#32569] [PATCH] gnu: Add r-ggstance.
has caused the debbugs.gnu.org bug report #32569,
regarding [PATCH] gnu: Add r-ggstance.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32569: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32569
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-ggstance. Date: Wed, 29 Aug 2018 10:09:12 +0200
gnu/packages/cran.scm (r-ggstance): New variable.
---
 gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b6667789c..9be759992 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5018,3 +5018,29 @@ including summary statistic selection and assessing 
coverage.  This includes
 recent dimension reduction algorithms to tune the choice of summary statistics,
 and coverage methods to tune the choice of threshold.")
     (license license:gpl2+)))
+
+(define-public r-ggstance
+  (package
+    (name "r-ggstance")
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ggstance" version))
+       (sha256
+        (base32 "0v7f3xdaaridw6d4jvnsfwxmpjrasvx5vl555wsrn50aah17fkvh"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ggplot2" ,r-ggplot2)
+       ("r-plyr" ,r-plyr)
+       ("r-rlang" ,r-rlang)
+       ("r-withr" ,r-withr)))
+    (home-page "https://cran.r-project.org/web/packages/ggstance/";)
+    (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
+    (description
+     "This package is a @code{r-ggplot2} extension that provides flipped 
components:
address@hidden
address@hidden horizontal versions of @code{r-ggplot2} stats and 
@code{r-ggplot2} geoms;
address@hidden vertical versions of @code{r-ggplot2} positions.
address@hidden enumerate")
+    (license license:gpl3)))
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32569] [PATCH] gnu: Add r-ggstance. Date: Fri, 07 Sep 2018 11:15:38 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
pimi <address@hidden> skribis:

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

Applied!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]