[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/212: gnu: Add r-gfonts.
From: |
guix-commits |
Subject: |
11/212: gnu: Add r-gfonts. |
Date: |
Sat, 18 Feb 2023 14:00:45 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 6a3144bd27df38ce1538a42a7977df25ba655eda
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 13:01:54 2023 +0100
gnu: Add r-gfonts.
* gnu/packages/cran.scm (r-gfonts): New variable.
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 52af3c7b63..b110cee0ca 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -541,6 +541,34 @@ by Luis Torgo, published by CRC Press.")
Distance (EMD).")
(license license:expat)))
+(define-public r-gfonts
+ (package
+ (name "r-gfonts")
+ (version "0.2.0")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "gfonts" version))
+ (sha256
+ (base32
+ "19ja087k767bq71v2w4jcpynd62ysrqmjf6rpfnmmd40aanyxqkj"))))
+ (properties `((upstream-name . "gfonts")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-crayon
+ r-crul
+ r-glue
+ r-htmltools
+ r-jsonlite
+ r-shiny))
+ (native-inputs (list r-knitr))
+ (home-page "https://dreamrs.github.io/gfonts/")
+ (synopsis "Offline Google fonts for Markdown and Shiny")
+ (description
+ "This package lets you download Google fonts and generate CSS to use in
+rmarkdown documents and Shiny applications. Some popular fonts are included
+and ready to use.")
+ (license license:gpl3)))
+
(define-public r-ggalt
(package
(name "r-ggalt")
- branch master updated (b795976778 -> 0ba69c1ee2), guix-commits, 2023/02/18
- 01/212: gnu: r-liger: Rename to r-rliger., guix-commits, 2023/02/18
- 05/212: import/cran: Process all vignette builders., guix-commits, 2023/02/18
- 07/212: import/cran: Remove directory-needs-zlib? in favor of needed-libraries-in-directory., guix-commits, 2023/02/18
- 02/212: gnu: r-readods: Update to 1.8.0., guix-commits, 2023/02/18
- 04/212: import/cran: Add name mapping for libjpeg., guix-commits, 2023/02/18
- 03/212: import/cran: Add directory-needs-esbuild?., guix-commits, 2023/02/18
- 06/212: import/cran: Add generic way to detect needed libraries., guix-commits, 2023/02/18
- 08/212: gnu: r-flexdashboard: Update to 0.6.1., guix-commits, 2023/02/18
- 11/212: gnu: Add r-gfonts.,
guix-commits <=
- 13/212: gnu: r-d3r: Update to 1.0.1., guix-commits, 2023/02/18
- 14/212: gnu: r-wgcna: Update to 1.72-1., guix-commits, 2023/02/18
- 15/212: gnu: r-abn: Update to 2.7-3., guix-commits, 2023/02/18
- 17/212: gnu: r-ggalluvial: Update to 0.12.4., guix-commits, 2023/02/18
- 23/212: gnu: r-mapproj: Update to 1.2.11., guix-commits, 2023/02/18
- 18/212: gnu: r-ggpp: Update to 0.5.1., guix-commits, 2023/02/18
- 28/212: gnu: r-lpsolve: Update to 5.6.18., guix-commits, 2023/02/18
- 12/212: gnu: r-sendmailr: Update to 1.4-0., guix-commits, 2023/02/18
- 41/212: gnu: r-utf8: Update to 1.2.3., guix-commits, 2023/02/18
- 44/212: gnu: r-network: Update to 1.18.1., guix-commits, 2023/02/18