[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: Add r-ggformula.
From: |
Ludovic Courtès |
Subject: |
08/11: gnu: Add r-ggformula. |
Date: |
Fri, 7 Sep 2018 05:44:42 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 214452ffd339491f63560d19d2aeab4e668029a4
Author: pimi <address@hidden>
Date: Wed Aug 29 10:19:55 2018 +0200
gnu: Add r-ggformula.
* gnu/packages/cran.scm (r-ggformula): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3be7fd7..8144391 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5535,3 +5535,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)))
- 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 <=
- 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, 2018/09/07
- 03/11: gnu: Add r-abcp2., Ludovic Courtès, 2018/09/07