[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: Add r-ggstance.
From: |
Ludovic Courtès |
Subject: |
06/11: gnu: Add r-ggstance. |
Date: |
Fri, 7 Sep 2018 05:44:41 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 77b33e0ede4bd015d863f0b1f63f492c62fb1943
Author: pimi <address@hidden>
Date: Wed Aug 29 10:09:12 2018 +0200
gnu: Add r-ggstance.
gnu/packages/cran.scm (r-ggstance): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index aa58efc..8026f99 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5485,3 +5485,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)))
- 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, 2018/09/07
- 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 <=
- 03/11: gnu: Add r-abcp2., Ludovic Courtès, 2018/09/07