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

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:
+@enumerate
+@item horizontal versions of @code{r-ggplot2} stats and @code{r-ggplot2} geoms;
+@item vertical versions of @code{r-ggplot2} positions.
+@end enumerate")
+    (license license:gpl3)))
-- 
2.17.1

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

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

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

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

Applied!

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

end of thread, other threads:[~2018-09-07  9:16 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:09 [bug#32569] [PATCH] gnu: Add r-ggstance pimi
2018-09-07  9:15 ` bug#32569: " 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).