mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
gnu: Add r-fontliberation.
* gnu/packages/cran.scm (r-fontliberation): New variable.
This commit is contained in:
parent
fce47b7576
commit
25408d8397
1 changed files with 23 additions and 0 deletions
|
@ -25888,3 +25888,26 @@ (define-public r-mlr3tuning
|
||||||
termination criteria can be set and combined. The class @code{AutoTuner} provides a
|
termination criteria can be set and combined. The class @code{AutoTuner} provides a
|
||||||
convenient way to perform nested resampling in combination with @code{mlr3}.")
|
convenient way to perform nested resampling in combination with @code{mlr3}.")
|
||||||
(license license:lgpl3)))
|
(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)))
|
||||||
|
|
Loading…
Reference in a new issue