mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
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:
parent
66f3db5504
commit
f8316c77a0
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue