gnu: r-rprojroot: Update to 2.0.2.
* gnu/packages/statistics.scm (r-rprojroot): Update to 2.0.2. [propagated-inputs]: Remove r-backports. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
da290237fb
commit
5d0ccf888f
1 changed files with 4 additions and 4 deletions
|
@ -2699,17 +2699,17 @@ encoder/decoder, round-off-error-free sum and cumsum, etc.")
|
||||||
(define-public r-rprojroot
|
(define-public r-rprojroot
|
||||||
(package
|
(package
|
||||||
(name "r-rprojroot")
|
(name "r-rprojroot")
|
||||||
(version "1.3-2")
|
(version "2.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rprojroot" version))
|
(uri (cran-uri "rprojroot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12r3fdxmi2pmwn6ic3rhg0b20ll5z420m0d8fziv1n21961namnz"))))
|
"07wy07yhms8zln9qb0iwx69dq08h4lrdi8kavjcplfxcskq638az"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(native-inputs
|
||||||
`(("r-backports" ,r-backports)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/krlmlr/rprojroot")
|
(home-page "https://github.com/krlmlr/rprojroot")
|
||||||
(synopsis "Finding files in project subdirectories")
|
(synopsis "Finding files in project subdirectories")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue