gnu: r-showtext: Update to 0.8.
* gnu/packages/cran.scm (r-showtext): Update to 0.8. [native-inputs]: Add r-knitr.master
parent
4df927bb3d
commit
5f910e0173
|
@ -16917,14 +16917,14 @@ package.")
|
||||||
(define-public r-showtext
|
(define-public r-showtext
|
||||||
(package
|
(package
|
||||||
(name "r-showtext")
|
(name "r-showtext")
|
||||||
(version "0.7-1")
|
(version "0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "showtext" version))
|
(uri (cran-uri "showtext" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a5gg72bfrc7wm0phj1aflj1wc08kfi81ac32na6ya9s2ivyimw5"))))
|
"15v90s061iz9i655xin7kqb6ahnski55pgz3329wcz60bnbjb82x"))))
|
||||||
(properties `((upstream-name . "showtext")))
|
(properties `((upstream-name . "showtext")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -16934,7 +16934,9 @@ package.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-showtextdb" ,r-showtextdb)
|
`(("r-showtextdb" ,r-showtextdb)
|
||||||
("r-sysfonts" ,r-sysfonts)))
|
("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")
|
(home-page "https://github.com/yixuan/showtext")
|
||||||
(synopsis "Using fonts more easily in R graphs")
|
(synopsis "Using fonts more easily in R graphs")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue