me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 6 additions and 2 deletions

View File

@ -4042,14 +4042,18 @@ iVAT).")
(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