gnu: Add r-extrafontdb.

* gnu/packages/cran.scm (r-extrafontdb): New variable.
master
Ricardo Wurmus 2019-03-27 15:20:23 +01:00
parent 81df4e1e98
commit b6933ea634
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 18 additions and 0 deletions

View File

@ -12992,3 +12992,21 @@ interaction search in high-dimensional data.")
;; the LICENSE file.
(license (list license:bsd-3 license:expat
(license:non-copyleft "file://LICENSE")))))
(define-public r-extrafontdb
(package
(name "r-extrafontdb")
(version "1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "extrafontdb" version))
(sha256
(base32
"115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
(build-system r-build-system)
(home-page "https://github.com/wch/extrafontdb")
(synopsis "Database for the extrafont package")
(description
"This package holds the database for the @code{extrafont} package.")
(license license:gpl2)))