[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/377: gnu: Add r-ggfun.
From: |
guix-commits |
Subject: |
07/377: gnu: Add r-ggfun. |
Date: |
Sun, 5 Sep 2021 10:06:40 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit ffe8484d9dd1b3d177d7dc9192b3ca1afb56b52d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 22 17:50:06 2021 +0200
gnu: Add r-ggfun.
* gnu/packages/cran.scm (r-ggfun): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 236ed54..72f7e65 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17552,6 +17552,31 @@ matrix and displays the significance level on the
plot. It also includes a
function for computing a matrix of correlation p-values.")
(license license:gpl2)))
+(define-public r-ggfun
+ (package
+ (name "r-ggfun")
+ (version "0.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ggfun" version))
+ (sha256
+ (base32
+ "0bf8pl3scy5fx15h1fx0799cb9sg9spjapqif9gcz27pmmgdc0n9"))))
+ (properties `((upstream-name . "ggfun")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-ggplot2" ,r-ggplot2)
+ ("r-rlang" ,r-rlang)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://cran.r-project.org/package=ggfun")
+ (synopsis "Miscellaneous functions for ggplot2")
+ (description
+ "This package provides useful functions to edit ggplot object (e.g.,
+setting fonts for theme and layers, adding rounded rectangle as background for
+each of the legends).")
+ (license license:artistic2.0)))
+
(define-public r-gridtext
(package
(name "r-gridtext")
- branch wip-gnome created (now 77150eb), guix-commits, 2021/09/05
- 01/377: gnu: python-pygmsh: Update to 7.1.11., guix-commits, 2021/09/05
- 04/377: gnu: emacs-olivetti: Update to 2.0.2., guix-commits, 2021/09/05
- 02/377: gnu: bat: Update to 0.18.3., guix-commits, 2021/09/05
- 03/377: gnu: emacs-org-ref: Update to 2.0.0., guix-commits, 2021/09/05
- 06/377: gnu: Add r-yulab-utils., guix-commits, 2021/09/05
- 07/377: gnu: Add r-ggfun.,
guix-commits <=
- 08/377: gnu: Add r-distributional., guix-commits, 2021/09/05
- 05/377: gnu: r-with-tests: Update to 4.1.1., guix-commits, 2021/09/05
- 11/377: gnu: r-cachem: Update to 1.0.6., guix-commits, 2021/09/05
- 10/377: gnu: Add r-tfautograph., guix-commits, 2021/09/05
- 14/377: gnu: r-reprex: Update to 2.0.1., guix-commits, 2021/09/05
- 13/377: gnu: r-ggpmisc: Update to 0.4.2-1., guix-commits, 2021/09/05
- 28/377: gnu: r-gert: Update to 1.3.2., guix-commits, 2021/09/05
- 34/377: gnu: r-dae: Update to 3.2-10., guix-commits, 2021/09/05
- 42/377: gnu: r-rsconnect: Update to 0.8.24., guix-commits, 2021/09/05
- 40/377: gnu: r-rpf: Update to 1.0.8., guix-commits, 2021/09/05