gnu: r-rticles: Update to 0.25.
* gnu/packages/cran.scm (r-rticles): Update to 0.25. [propagated-inputs]: Add r-lifecycle.master
parent
40bc99d5ca
commit
1a5f906e44
|
@ -1212,18 +1212,18 @@ easier.")
|
||||||
(define-public r-rticles
|
(define-public r-rticles
|
||||||
(package
|
(package
|
||||||
(name "r-rticles")
|
(name "r-rticles")
|
||||||
(version "0.24")
|
(version "0.25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rticles" version))
|
(uri (cran-uri "rticles" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05idvyfjfa4f244km4sxripg8gndvganx5s0ch00xbi4cqnlr2pq"))))
|
"17nggn3zrbi1nj8g8v0hq3sakjvl742vhljdnxw7h6cx3j7123xg"))))
|
||||||
(properties `((upstream-name . "rticles")))
|
(properties `((upstream-name . "rticles")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-knitr r-rmarkdown r-tinytex r-xfun r-yaml))
|
(list r-knitr r-lifecycle r-rmarkdown r-tinytex r-xfun r-yaml))
|
||||||
(home-page "https://github.com/rstudio/rticles")
|
(home-page "https://github.com/rstudio/rticles")
|
||||||
(synopsis "Article formats for R Markdown")
|
(synopsis "Article formats for R Markdown")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue