[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/46: gnu: r-showtext: Update to 0.8.
From: |
guix-commits |
Subject: |
33/46: gnu: r-showtext: Update to 0.8. |
Date: |
Tue, 12 May 2020 13:44:54 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 5f910e01739fd88fa0d50202956a3c2f24609ea2
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue May 12 16:57:47 2020 +0200
gnu: r-showtext: Update to 0.8.
* gnu/packages/cran.scm (r-showtext): Update to 0.8.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fcceffa..82f08d9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16917,14 +16917,14 @@ package.")
(define-public r-showtext
(package
(name "r-showtext")
- (version "0.7-1")
+ (version "0.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "showtext" version))
(sha256
(base32
- "0a5gg72bfrc7wm0phj1aflj1wc08kfi81ac32na6ya9s2ivyimw5"))))
+ "15v90s061iz9i655xin7kqb6ahnski55pgz3329wcz60bnbjb82x"))))
(properties `((upstream-name . "showtext")))
(build-system r-build-system)
(inputs
@@ -16934,7 +16934,9 @@ package.")
(propagated-inputs
`(("r-showtextdb" ,r-showtextdb)
("r-sysfonts" ,r-sysfonts)))
- (native-inputs `(("pkg-config" ,pkg-config)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("r-knitr" ,r-knitr)))
(home-page "https://github.com/yixuan/showtext")
(synopsis "Using fonts more easily in R graphs")
(description
- 05/46: gnu: r-circlize: Update to 0.4.9., (continued)
- 05/46: gnu: r-circlize: Update to 0.4.9., guix-commits, 2020/05/12
- 04/46: gnu: r-pkgbuild: Update to 1.0.8., guix-commits, 2020/05/12
- 14/46: gnu: r-ggpubr: Update to 0.3.0., guix-commits, 2020/05/12
- 07/46: gnu: r-recipes: Update to 0.1.12., guix-commits, 2020/05/12
- 16/46: gnu: r-sjlabelled: Update to 1.1.4., guix-commits, 2020/05/12
- 17/46: gnu: r-writexl: Update to 1.3., guix-commits, 2020/05/12
- 10/46: gnu: r-vim: Update to 6.0.0., guix-commits, 2020/05/12
- 20/46: gnu: r-lsei: Update to 1.2-0.1., guix-commits, 2020/05/12
- 21/46: gnu: r-npsurv: Update to 0.4-0.1., guix-commits, 2020/05/12
- 32/46: gnu: r-sysfonts: Update to 0.8.1., guix-commits, 2020/05/12
- 33/46: gnu: r-showtext: Update to 0.8.,
guix-commits <=
- 38/46: gnu: r-tam: Update to 3.5-19., guix-commits, 2020/05/12
- 03/46: gnu: r-ps: Update to 1.3.3., guix-commits, 2020/05/12
- 02/46: gnu: r-modelr: Update to 0.1.7., guix-commits, 2020/05/12
- 01/46: gnu: r-scales: Update to 1.1.1., guix-commits, 2020/05/12
- 06/46: gnu: r-extremes: Update to 2.0-12., guix-commits, 2020/05/12
- 08/46: gnu: r-vctrs: Update to 0.3.0., guix-commits, 2020/05/12
- 09/46: gnu: r-pillar: Update to 1.4.4., guix-commits, 2020/05/12
- 12/46: gnu: r-renv: Update to 0.10.0., guix-commits, 2020/05/12
- 15/46: gnu: r-officer: Update to 0.3.9., guix-commits, 2020/05/12
- 11/46: gnu: r-openxlsx: Update to 4.1.5., guix-commits, 2020/05/12