gnu: r-renv: Update to 0.10.0.
* gnu/packages/cran.scm (r-renv): Update to 0.10.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
2d233de826
commit
eabf61651a
1 changed files with 4 additions and 2 deletions
|
@ -5843,16 +5843,18 @@ Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
|
||||||
(define-public r-renv
|
(define-public r-renv
|
||||||
(package
|
(package
|
||||||
(name "r-renv")
|
(name "r-renv")
|
||||||
(version "0.9.3")
|
(version "0.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "renv" version))
|
(uri (cran-uri "renv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02ayfgbpw4b58148dcxz31anaxncwczmxs1zzkskwj0rzhb2x60r"))))
|
"0yy24kq60dh9n68my132xhhkbnbs7q91z55b1yd6ymr7rxj32mif"))))
|
||||||
(properties `((upstream-name . "renv")))
|
(properties `((upstream-name . "renv")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://rstudio.github.io/renv")
|
(home-page "https://rstudio.github.io/renv")
|
||||||
(synopsis "Project environments")
|
(synopsis "Project environments")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue