gnu: r-xfun: Update to 0.13.

* gnu/packages/cran.scm (r-xfun): Update to 0.13.
[native-inputs]: Add comment about not adding r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-04-14 16:02:20 +02:00
parent f14664aa5f
commit 3343ec5262
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4042,14 +4042,18 @@ (define-public r-seriation
(define-public r-xfun
(package
(name "r-xfun")
(version "0.12")
(version "0.13")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "0sgh8kafi9x1glmmcp1ly827pm8q7fsfngbplr41fbb4nc9363df"))))
(base32 "03iyqgx9mmdbd3qih70qzijjqcdg7k7ps5r1y6q8praanx9qvnm3"))))
(build-system r-build-system)
;; knitr itself depends on xfun
#;
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/yihui/xfun")
(synopsis "Miscellaneous functions")
(description