gnu: r-knitr: Update to 1.42.

* gnu/packages/statistics.scm (r-knitr): Update to 1.42.
[propagated-inputs]: Remove r-stringr.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:09:07 +01:00
parent 66f3db5504
commit f8316c77a0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1560,16 +1560,16 @@ (define-public r-yaml
(define-public r-knitr
(package
(name "r-knitr")
(version "1.41")
(version "1.42")
(source (origin
(method url-fetch)
(uri (cran-uri "knitr" version))
(sha256
(base32
"1izv1m56ngc20wx4da9mmr5ll6ah14ka8dqn9i3pd7ah70lmya81"))))
"1wrha732mhlc3la61ibm5l1b5qygswwfwjpmvq0s2kcy12hg2i4k"))))
(build-system r-build-system)
(propagated-inputs
(list r-evaluate r-highr r-stringr r-xfun r-yaml))
(list r-evaluate r-highr r-xfun r-yaml))
(home-page "https://yihui.org/knitr/")
(synopsis "General-purpose package for dynamic report generation in R")
(description