[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
312/318: gnu: Add r-shadowtext.
From: |
guix-commits |
Subject: |
312/318: gnu: Add r-shadowtext. |
Date: |
Fri, 20 Nov 2020 08:41:21 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 3a0e5b96559e6c97f550b5a669beb593419b9050
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:59:15 2020 +0100
gnu: Add r-shadowtext.
* gnu/packages/cran.scm (r-shadowtext): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9b7bb80..c86d14f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -589,6 +589,30 @@ generalized linear, additive and interaction models to
potentially
high-dimensional data.")
(license license:gpl2)))
+(define-public r-shadowtext
+ (package
+ (name "r-shadowtext")
+ (version "0.0.7")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "shadowtext" version))
+ (sha256
+ (base32
+ "1s1ip8zfr684a3ld7hvf524bhn2j31k6d1wbhh1ni0flsggv2ckf"))))
+ (properties `((upstream-name . "shadowtext")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-ggplot2" ,r-ggplot2)
+ ("r-scales" ,r-scales)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/GuangchuangYu/shadowtext/")
+ (synopsis "Shadow text grob and layer")
+ (description "This package implements @code{shadowtextGrob()} for
+@code{grid} and @code{geom_shadowtext()} layer for @code{ggplot2}.
+These functions draw text grob with background shadow.")
+ (license license:artistic2.0)))
+
(define-public r-sys
(package
(name "r-sys")
- 288/318: gnu: r-sushi: Update to 1.28.0., (continued)
- 288/318: gnu: r-sushi: Update to 1.28.0., guix-commits, 2020/11/20
- 293/318: gnu: r-systempiper: Update to 1.24.2., guix-commits, 2020/11/20
- 297/318: gnu: r-topgo: Update to 2.42.0., guix-commits, 2020/11/20
- 301/318: gnu: Add r-rcppnumerical., guix-commits, 2020/11/20
- 303/318: gnu: Add r-etrunct., guix-commits, 2020/11/20
- 304/318: gnu: Add r-invgamma., guix-commits, 2020/11/20
- 306/318: gnu: Add r-ashr., guix-commits, 2020/11/20
- 307/318: gnu: Add r-greylistchip., guix-commits, 2020/11/20
- 309/318: gnu: r-chippeakanno: Update to 3.24.1., guix-commits, 2020/11/20
- 310/318: gnu: r-biocneighbors: Update to 1.8.1., guix-commits, 2020/11/20
- 312/318: gnu: Add r-shadowtext.,
guix-commits <=
- 313/318: gnu: r-enrichplot: Update to 1.10.1., guix-commits, 2020/11/20
- 311/318: gnu: r-gosemsim: Update to 2.16.1., guix-commits, 2020/11/20
- 314/318: gnu: r-annaffy: Update to 1.62.0., guix-commits, 2020/11/20
- 316/318: gnu: r-beachmat: Update to 2.6.1., guix-commits, 2020/11/20
- 305/318: gnu: Add r-mixsqp., guix-commits, 2020/11/20
- 318/318: gnu: r-rhdf5lib: Fix build., guix-commits, 2020/11/20