guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: Add r-fontliberation.


From: guix-commits
Subject: 01/05: gnu: Add r-fontliberation.
Date: Thu, 4 Feb 2021 10:24:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 25408d8397cd3b5e3d550b9e718d03439432d6d2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 4 16:22:13 2021 +0100

    gnu: Add r-fontliberation.
    
    * gnu/packages/cran.scm (r-fontliberation): New variable.
---
 gnu/packages/cran.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b48b5f1..7aef39b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25888,3 +25888,26 @@ tuning, e.g. Grid Search, Random Search, or Simulated 
Annealing.  Various
 termination criteria can be set and combined.  The class @code{AutoTuner} 
provides a
 convenient way to perform nested resampling in combination with @code{mlr3}.")
     (license license:lgpl3)))
+
+(define-public r-fontliberation
+  (package
+    (name "r-fontliberation")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "fontLiberation" version))
+       (sha256
+        (base32
+         "1w1rl0g4ayyp8lwppmz9yzj9cizg7i50g07216jkm1q5w0is9pmc"))))
+    (properties
+     `((upstream-name . "fontLiberation")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/package=fontLiberation";)
+    (synopsis "Liberation fonts")
+    (description
+     "This package provides a placeholder for the Liberation fontset intended
+for the fontquiver package.  This fontset covers the 12 combinations of
+families (sans, serif, mono) and faces (plain, bold, italic, bold italic)
+supported in R graphics devices.")
+    (license license:silofl1.1)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]