gnu: r-rmarkdown: Update to 2.2.
* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.2. [native-inputs]: Add r-knitr.master
parent
8637b77a9f
commit
d41b944938
|
@ -2683,13 +2683,13 @@ certain criterion, e.g., it contains a certain regular file.")
|
||||||
(define-public r-rmarkdown
|
(define-public r-rmarkdown
|
||||||
(package
|
(package
|
||||||
(name "r-rmarkdown")
|
(name "r-rmarkdown")
|
||||||
(version "2.1")
|
(version "2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rmarkdown" version))
|
(uri (cran-uri "rmarkdown" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pa5xs0vzwn9vsgysjqbks9v5lbqphxh5agciskllibc40hhwigg"))))
|
(base32 "196r3hq1gcr6iamxllq4k40cb109b16ng24ky0q68bwrll80q1mh"))))
|
||||||
(properties `((upstream-name . "rmarkdown")))
|
(properties `((upstream-name . "rmarkdown")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -2704,6 +2704,8 @@ certain criterion, e.g., it contains a certain regular file.")
|
||||||
("r-xfun" ,r-xfun)
|
("r-xfun" ,r-xfun)
|
||||||
("r-yaml" ,r-yaml)
|
("r-yaml" ,r-yaml)
|
||||||
("ghc-pandoc" ,ghc-pandoc)))
|
("ghc-pandoc" ,ghc-pandoc)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://rmarkdown.rstudio.com")
|
(home-page "https://rmarkdown.rstudio.com")
|
||||||
(synopsis "Convert R Markdown documents into a variety of formats")
|
(synopsis "Convert R Markdown documents into a variety of formats")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue