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:
parent
f14664aa5f
commit
3343ec5262
1 changed files with 6 additions and 2 deletions
|
@ -4042,14 +4042,18 @@ (define-public r-seriation
|
||||||
(define-public r-xfun
|
(define-public r-xfun
|
||||||
(package
|
(package
|
||||||
(name "r-xfun")
|
(name "r-xfun")
|
||||||
(version "0.12")
|
(version "0.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xfun" version))
|
(uri (cran-uri "xfun" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sgh8kafi9x1glmmcp1ly827pm8q7fsfngbplr41fbb4nc9363df"))))
|
(base32 "03iyqgx9mmdbd3qih70qzijjqcdg7k7ps5r1y6q8praanx9qvnm3"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
;; knitr itself depends on xfun
|
||||||
|
#;
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/yihui/xfun")
|
(home-page "https://github.com/yihui/xfun")
|
||||||
(synopsis "Miscellaneous functions")
|
(synopsis "Miscellaneous functions")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue